Y
Hacker News
new
|
ask
|
show
|
jobs
by
emj
2419 days ago
You can easily change that first command with muscle memory. That's why I use cat $file| but I guess <$file would work too.
1 comments
emmelaich
2419 days ago
As per James Taylor's comment above, using
cat
means you can easily replace it with
head
e.g. for testing.
And not change anything else in the pipeline.
link
And not change anything else in the pipeline.