Viewing the Head or Tail
View the first 10 lines of a file:
host% head passwd
View the last 10 lines of a file:
host% tail passwd
An optional value allows the display length to vary.
host% tail -5 passwd
Previous slide
Next slide
Back to first slide
View graphic version