Posts

Showing posts from December, 2013

*nix - split string into lines

I was having trouble with cut, why not use tr (translate)? echo $PATH | tr ':' '\n'