Basics of Bash
Theory: Viewing files
Full access to materials
Lesson notes
catto view a fileheadto view first 10 linestailto view last 10 linestail -fto view last 10 lines and update in real timegrepto filter out lines (e.g.cat towns.txt | grep Norbrige)