6 ms·
You can do... <access.log head -n 500 | grep ... ... though that's less familiar to many, I'm sure.
by lubutu 3y ago
You can do...
<access.log head -n 500 | grep ...
... though that's less familiar to many, I'm sure.
- cljacoby 3y agoNeat, 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.