Re: man? unix?
Re: man? unix?
- Subject: Re: man? unix?
- From: Ondra Cada <email@hidden>
- Date: Wed, 8 May 2002 21:06:23 +0200
On Wednesday, May 8, 2002, at 07:23 , Andrew Baldwin wrote:
Where can I find documentation on what all this "man" stuff I read about
is. Until a few months ago all I coded was stuff for mac os 8/9, so I don'
t know anything about unix, commands, the terminal -- is there a good
place to find intro information on all of this stuff?
Sure. Just open the Terminal, and begin by writing "man man" (Enter).
Generally, "man <command>" gives you a documentation of <command>. With
original Unix commands it works pretty well. Some GNU-based stuff has not
a man page, but can write out its own help with using "command --help"
(sometimes both man page and --help are available). Finally, some Apple
stuff -- like pbpaste/pbcopy -- has alas no documentation at all (at least
so far as I know).
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >man? unix? (From: Andrew Baldwin <email@hidden>) |