Lecture notes Friday 1/29/99
Compiling
Review
"emacs" vs. "emacs -nw" vs. "emacs&" (after "xhost +" on local machine)
syntax highlighting: Help:Options:Toggle Global Font Lock
"hostname"
"jobs"
"cp ~jmache/cs1/*.c ."
Compiling (without emacs)
"gcc area.c"
"./a.out"
"gcc area2.c -lm"
"gcc if1.c -o if1"
Scriptfile
"script <name>"
C-d to stop
Printing
"lpq"
"lpr <filename>"
"lprm <login>"
"lpr -h -Polin309-hp5si"
Homework
see webpage