MCS-203 Math Research Immersion
Fall 2003

MCS-203 homepage Assignments and class schedule Useful Links Archive
Tentative Schedule Prof. Moira McDermott

A few useful commands

Once you know what command you want, you can get more detailed syntax information by typing "command --help" e.g. "cp --help"

If you want to page through information a screenful at a time, type
command | more e.g. "ls | more" or "cd --help | more"

A brief unix tutorial ("print" doesn't work on our system)

another unix tutorial