unix commands

Nix

Registered
Hi
I just want to know if someone know where I could find a pdf or some info about consol commands on osX. I know that is seems like Unix commands but there is some differences. I'm new to this. That why I'm looking for pdf.

Tanx
 
info COMMAND

will give you the info page for the particular COMMAND, containing the complete syntax, application examples etc...

man COMMAND
opens the man page for the particular COMMAND which is normally not as verbose as the corresponding info page
 
Sorry I was talking about terminal command, not consol comand. I don't know if it cahnge something.
 
there's a quick terminal commands guide in pdf from the Downloads in my site (click on m signature). That could be a fast start to them. I think I have somewhere on the old bookmarks UNIX folder some bookmarks of more unix commands etc, I will search for them later and post if i find them. :)
 
you can buy some of those quick references from linux. those laminated. and most of the commands work. you can also go to "sbin" directories and most of what you see are terminal commands. just type "any_command --h" for options.
 
Back
Top