Y
Hacker News
new
|
ask
|
show
|
jobs
by
imwally
96 days ago
I blew a few minds a week ago when I told my younger coworkers about man pages. I hit ‘em with the `man man` and one dude was like “whoa!”
4 comments
AndrewDavis
96 days ago
Further blow their minds by showing them `apropos`
https://manpages.debian.org/testing/man-db/apropos.1.en.html
link
riffraff
96 days ago
I remember my first days with Linux/Unix and being taught about man and apropos and info. But somehow I could never find anything useful via apropos!
With many years of insight, I think I probably never updated the database.
link
SEJeff
96 days ago
man -k, apropos, but less to type
link
coldpie
96 days ago
I'm 100% certain this is user error, but I have not once gotten apropos to give me any output other than "nothing appropriate."
link
bombcar
96 days ago
Reminds me of the old canard of 'man woman'
link
Aardwolf
96 days ago
man, cat, lynx... We're all just creatures in a vast universe
link
aa-jv
96 days ago
$ man -k <whatever>
link