debian man page for buthead

Query: buthead

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BUTHEAD(1)							   User Commands							BUTHEAD(1)

NAME
buthead - copies all but the first few lines
SYNOPSIS
buthead count bh count
EXAMPLES
buthead 5 <file-with-5-line-header >file-without-header seq 5 | buthead 3
DESCRIPTION
Buthead copies all but the first count lines of stdin to stdout.
DIAGNOSTICS
Terminates gracefully if EOF encountered within first count lines.
AUTHOR
Written by Barak A. Pearlmutter on April 1.
BUGS
Functionality overlaps with tail -n +count or awk '(NR>count)' or sed 1,countd
SEE ALSO
head(1), tail(1), sed(1) buthead (latzutils) April 1 BUTHEAD(1)
Related Man Pages
uuencode(5) - bsd
uuencode(5) - debian
head(1) - hpux
uuencode(5) - ultrix
head(1) - osf1
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections