logoalt Hacker News

tardedmemeyesterday at 11:40 PM2 repliesview on HN

I see you've never tried to run command --help | less


Replies

king_geedorahtoday at 2:49 PM

Honestly if your help output requires the use of a pager or a text search utility to be useful I question why you didn’t just write a man page in the first place.

anyfooyesterday at 11:51 PM

I just said that I always do `command --help 2>&1 | less`?

show 1 reply