|
|
|
|
|
by rfatnabayeff
4667 days ago
|
|
There are some other useful commands for organizing the stream of datas for pretty printing: column - columnify the incoming stream into columns pr - set up incoming stream for pretty printing including columnification along or across the screen tr - sanitize input, collapse several delimiters into one |
|
echo $PATH | tr : '\n'