CSC 271-Software I : Utilities and Internals

Dr. R. M. Siegfried

Assignment #2 - Working With Files on Panther

Due Friday, September 8, 2017

We are going to practice basic file operations using panther. To get started:

  1. Use ed to create a file that is 5-10 lines long.
  2. Use cp to copy the file.
  3. Use ls to get a short and a long directory listing.
  4. Use cat to display it on the screen.
  5. Use pr to display it in printable format.
  6. Copy and paste your Panther session into Notepad
  7. Save your Notepad file and submit hardcopy or on Moodle.

[Back to the Assignment List]