BUTHEAD(1) BUTHEAD(1)
buthead - copies all but the first few lines
buthead count
buthead 5 <file-with-5-line-header >file-without-header
Buthead copies all but the first count lines of the standard input to
the standard output.
Buthead terminates gracefully if EOF is encountered within the first
count lines.
Written by Barak A. Pearlmutter on April 1.
The buttail program still needs to be written.
Functionality overlaps with tail -n +count
head(1), tail(1)
3rd Berkeley Distribution April 1, 1988 BUTHEAD(1)