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:
- Use ed to create a file that is 5-10
lines long.
- Use cp to copy the file.
- Use ls to get a short and a long
directory listing.
- Use cat to display it on the screen.
- Use pr to display it in printable
format.
- Copy and paste your Panther session into Notepad
- Save your Notepad file and submit hardcopy or on Moodle.
[Back to the Assignment List]