# print tex output dvialw -q $1 lpr -Plw1 \#${1}-alw # break links to files (my) # temp file TMP=/usr/tmp/my.$$ for f do cp $f $TMP rm -f $f mv $TMP $f done # cmd1 echo 'start of cmd1' cmd2 echo 'end of cmd2' # cmd2 echo 'in cmd2' # cd-print cd $1 pwd $ pwd /home/cs218/cs218a00 $ cd-print $PUB /home/cs218/public $ pwd /home/cs218/cs218a00 echo 'From the staff (last changed' \ `ls -l $PUB/motd | cut -c42-53`'):' printascii `unit-files $d` OS=`$HOME/bin/ostype` user=`expr "$HOME" : '.*/\([^/][^/]*\)'` $ echo 'what happens to the blanks?' what happens to the blanks? $ echo \ `echo 'what happens to the blanks?'` what happens to the blanks? $ echo `cat` and the newlines? ^D and the newlines?