Hacker News new | ask | show | jobs
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

1 comments

I use tr all the time when I want to check $PATH:

echo $PATH | tr : '\n'