tr
Getting $PATH line by line
Submitted by luke on Sat, 2008-07-12 13:16echo $PATH | tr ':' '\n' will list the $PATH nicely.
So will this:
echo $PATH | sed "s/:/\\
> /g"
That is hitting return and getting the ">" that is not typed in.
Accessdataonline.comTechnology and how to use it. |
|
User loginNavigation |
trGetting $PATH line by lineSubmitted by luke on Sat, 2008-07-12 13:16echo $PATH | tr ':' '\n' will list the $PATH nicely. So will this: That is hitting return and getting the ">" that is not typed in. |
Links to Local and cool web sites. |