More shell stuff

man and apropos

sudo mandb to update the man pages.

apropos ls to find a ton of commands that are close to ls that have man pages.

man ls to see the manual on ls.

info ls for even more information.

locate <file> faster than find to locate files.

sudo updatedb updates the database index for locate function.