Hacker News new | ask | show | jobs
by swagempire 971 days ago
It even lacks man pages btw
1 comments

I don't know why the man command is missing, because the pages themselves are there under /usr/man.
You can use roff to show the manpages.

e.g. roff -Tman who.1

Cool-- thanks :)