Y
Hacker News
new
|
ask
|
show
|
jobs
by
mkl
2418 days ago
I usually use cat, because I often build a pipeline by starting with
head filename | ...
then just change "head" to "cat" when I get it working, or grep if I want to check parts of a file, etc.
1 comments
Izkata
2418 days ago
Likewise here, it maintains the left-to-right direction and "one operation per | gap |"
link