An Introduction to UNIX
Configuration files
  1. UNIX allows users to configure the system to their own preferences. Look at the attached configuration files
  2. To see the files on line (on toksrv):
    cd ~marlowe
    alias ls ls -lga
    ls
    more .cshrc.old
    cd
    cp ~marlowe/.cshrc.old
Glass tutorial
Redirects and pipes
Lab exercise
Answer the following questions:

  1. What does the cc command do?
  2. What are the outputs of the wc command?
  3. How many lines are there in my .cshrc file?
  4. How many lines are there in the man page for cc?