Live data from Hacker News

Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal

github.com

11–20 of 59 posts

Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal

#16

This would be good if.. you know.. `man` didn't exist.

Man is a terrible tool for quickly remembering how to do something I do once in a while. The examples—usually the most important part—are usually at the very bottom, if they’re even there.

Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal

#19
post #16

This would be good if.. you know.. `man` didn't exist.

Man is a terrible tool for quickly remembering how to do something I do once in a while. The examples—usually the most important part—are usually at the very bottom, if they’re even there.

Agree, for this very reason I found tldr to be very useful (https://github.com/tldr-pages/tldr)

Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal

#20
post #16

This would be good if.. you know.. `man` didn't exist.

Man is a terrible tool for quickly remembering how to do something I do once in a while. The examples—usually the most important part—are usually at the very bottom, if they’re even there.

If you know something is at the bottom of the output, Shift-G is your friend.

I also tend to believe that if you read the options enough you'll be more likely to remember it.

Post reply on HN