|
|

Replace char in terminal output

1
echo $PATH | tr : '\n'

Outputing env varibles such as $PATH to the terminal results in a one continuous (un-readable) string seperating paths with ‘:’. I want one path entry per-line