update README

This commit is contained in:
Ben Harris 2016-11-16 13:28:45 -05:00
parent e2514a1d9d
commit 3743a94900
1 changed files with 4 additions and 4 deletions

View File

@ -21,11 +21,11 @@ The Shell Assignment (total 42 points)
+ `ls > fred`
+ 1 ~~Can do file output redirection ">"~~
+ `ls < fred`
+ 2 Can do command piping "|"
+ 2 ~~Can do command piping "|"~~
+ `ls | wc`
+ 1 Can do lots of pipes
+ 1 ~~Can do lots of pipes~~
+ `ls | grep fred | wc`
+ 1 ~~Can do at least one combination of these things~~
+ 1 Can do at least one combination of these things
+ `ls | wc > fred`
+ 4 Can do any combination of three of <, >, and |
+ `cat < filename | sort > sortedFile.txt`
@ -85,4 +85,4 @@ Some cases to consider
+ A regular expression matches lots of files.
+ A person tries to change directory to something that does not exist.
These programs are due Friday before finals week. It will take a totally excellent excuse to move this at all.
These programs are due Friday before finals week. It will take a totally excellent excuse to move this at all.