home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / Blitz / OSProject / p8 / script < prev    next >
Text File  |  2007-09-19  |  99b  |  10 lines

  1. hello
  2. cat < fileA
  3. hello > fileC
  4. cat < fileC
  5. cat < fileC
  6. cat < fileB
  7. hello
  8. cat < fileA > fileC
  9. exit
  10.