BSD 4 development
[unix-history] / usr / src / cmd / help.sh
CommitLineData
660d5079
BJ
1echo 'Look in a printed manual if you can for general help. You should
2have someone show you some things and then read one of the tutorial papers
3(e.g. UNIX for Beginners or An Introduction to the C Shell) to get started.
4
5The commands:
6 man -k keyword lists commands relevant to keyword
7 man command prints out the manual for a command
8are helpful; other basic commands are:
9 cat - concatenates files (and just prints them out)
10 ex - text editor
11 finger - user information lookup program
12 ls - list contents of directory
13 mail - send and receive mail
14 msgs - system messages and junk mail program
15 passwd - change login password
16 tset - set terminal modes
17 who - who is on the system
18 write - write to another user
19You could find programs about mail by the command: man -k mail
20And print out the mail command documentation via: man mail
21
22You can logout by typing a control-d (if your prompt is $)
23or by typing ``logout'\'\'' if your prompt is %.'