Can someone transform it into community wiki please? I guess I've got no privileges for that.
Let's list practical sources for learning about performing certain tasks on *nix command line.
E.g. I want to delay execution of a script and I don't know about sleep(1). I can do apropos delay, spot there sleep(1) and finally man 1 sleep. What else comes to your mind?