link delimiter = <
end link delimiter = >
token delimiter = :
			_Q_u_i_c_k _T_o_u_t_o_r_i_a_l
Look in a printed manual if you can for general help.  You should
have someone show you some things and then read one of the tutorial papers
(e.g. UNIX for Beginners or An Introduction to the C Shell) to get started.

The commands:
	man -k keyword		lists commands relevant to keyword
	man command		prints out the manual for a command
are helpful; other basic commands are:
	<!man cat \> LYNX:3>cat		- concatenates files (and just prints them out)
	<!man ex \> LYNX:2>ex		- text editor
	<!man finger \> LYNX:6>finger		- user information lookup program
	<!man ls \> LYNX:2>ls		- list contents of directory
	<!man mail \> LYNX:4>mail		- send and receive mail
	<!man msgs \> LYNX:4>msgs            - system messages and junk mail program
	<!man passwd \> LYNX:6>passwd		- change login password
	<!man who \> LYNX:3>who		- who is on the system
	<!man write \> LYNX:5>write		- write to another user
You could find programs about mail by the command:	man -k mail
And print out the mail command documentation via:	man mail

You can logout by typing a control-d (if your prompt is $)
or by typing ``logout'\'\'' if your prompt is %.'
