head (sed, a stream editor)

From Get docs
Sed/docs/latest/head

Next: tail, Previous: wc -l, Up: Examples   [Contents][Index]



7.15 Printing the First Lines

This script is probably the simplest useful sed script. It displays the first 10 lines of input; the number of displayed lines is right before the q command.

#!/usr/bin/sed -f
10q