logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

buthead - copies all but the first few lines

Author

       Written by Barak A. Pearlmutter on April 1.

Bugs

       Functionality overlaps with tail-n+count or awk'(NR>count)' or sed1,countd

Description

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

See Also