Web Resources
The UNIX File System I have a series of videos on using this.
Regular Expressions
cat
cut
grep
tr This is the character translator. It has
options -d -c -s.
-
This video has a nice demo of
tr.
awk This is the stream editor; it is
"noninteractive vim."
sed This is the stream editor; it is
"noninteractive vim."