Using C Shell Features
Performance Objectives
1. Use History to recall/repeat commands (history, !, !!)
2. Edit a command line using the replace function(^)
3. Edit a command line using the substitution method (:s)
4. Identify the concept of STDIN/STDOUT/STDERR
5. Redirect data Input and Output (>, <)
6. Append results of a command to existing files (>>, >>&)
7. Use Pipes to link command data (|)
8. Construct simple aliases (alias)
9. Recognize three basic error messages