Next: Printing the Last Lines, Previous: Counting Lines, Up: Some Sample Scripts [Contents][Index]
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.
sed
q
#!/usr/bin/sed -f 10q