Hacker News new | ask | show | jobs
by lubutu 847 days ago
You can do...

  <access.log head -n 500 | grep ...
... though that's less familiar to many, I'm sure.
1 comments

Neat, I didn't realize you could order it like that.

I'm realizing now another (and potentially stronger influence) is just years of muscle memory starting pipelines with cat.