buthead - copies all but the first few lines
Contents
Bugs
Functionality overlaps with tail-n+count or awk'(NR>count)' or sed1,countdDescription
Buthead copies all but the first count lines of stdin to stdout.
Diagnostics
Terminates gracefully if EOF encountered within first count lines.
Examples
buthead 5 <file-with-5-line-header >file-without-header
seq 5 | buthead 3
Name
buthead - copies all but the first few lines
See Also
head(1), tail(1), sed(1) buthead (latzutils) April 1 BUTHEAD(1)
Synopsis
butheadcountbhcount
