From the unix command line:<P><BR>1. Use the command "apropos" to find a system call to do something. <BR>e.g. "apropos file" will give you a list of manpages related to file commands.<P>2. Then use ...