Cleaning up $PATH
If you have a huge $PATH, run this to split every item into new line echo $PATH | tr : \\n Sort the output so similar items are together and count themRead More…
If you have a huge $PATH, run this to split every item into new line echo $PATH | tr : \\n Sort the output so similar items are together and count themRead More…