I just start using Unix and terminal, and find myself constantly typing searches for individual unix command references. I'm wondering if you guys had any specific sites that you use for most of your reference that I could just bookmark and search. Figure it could possibly save some time.
feedback
|
migrated from stackoverflow.com Sep 20 '09 at 22:35
This question came from our site for professional and enthusiast programmers.
|
I always just Google for
and the first hit is almost always the appropriate manual page. | |||||||
feedback
|
|
Check out commandlinefu | |||
|
feedback
|
|
Linux Man Pages online is a great reference. TLDP.org is also excellent, not only do they list the commands but many examples on how to use them. | |||
|
feedback
|
|
| |||
feedback
|
|
This site is a decent command line reference for Linux, Mac OS X, PowerShell, Windows XP, SQL Server, and Oracle: | |||
|
feedback
|
|
This is very comprehensive: Unix/Linux command overview | |||
|
feedback
|
|
An easy and fast solution solution to get information about a command is to use the local information.
And if you don't know the command the command, you could search for it using
or it's equivalent
| |||
|
feedback
|
|
This website covers a pretty good range. It's a bit slow, and maybe too gentle, but good for starting from scratch: http://www.ee.surrey.ac.uk/Teaching/Unix/ For (The rest of his site has lots more: http://www.grymoire.com/Unix/) For It's a dead-tree thing, but I also highly recommend The Linux Phrasebook by Scott Granneman. | |||
|
feedback
|