View first two lines of a file
head -2 file tail -2 file # for last 2 lines
Posted in Command Line, Linux | No Comments »