René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Splitting $PATH with sed

The following little script prints each component of $PATH on a single line:
$ echo $PATH | sed 's/:/\n/g'