Hacker News new | ask | show | jobs
by empath75 2700 days ago
People use cat to look at the file first, then hit up arrow, add a pipe, etc.
1 comments

Yes, this. Quite often I start writing out complex pipelines using head/tail to test with a small dataset and then switch it out for cat when I am done to run it on the full thing. And it's often not worth refactoring these things later unless you are really trying to squeeze performance out of them.