logoalt Hacker News

duckmysicktoday at 1:01 PM1 replyview on HN

I do and that's why I pipe the output to `head -n 20` or use `LIMIT 20` in SQL.

That aside, this is a good script you're running. Thanks.


Replies

tasukitoday at 1:12 PM

But maybe you decide you want to see more. It makes perfect sense for a cli tool to output the most interesting piece of info last: then you can decide on the fly whether you want to scroll up or not.

show 1 reply