first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

AWK/GAWK Code: Deleting the First Line from a File; unix.com

awk 'FNR>1' myfile

[http://www.unix.com/shell-programming-scripting/27482-delete-first-line-any-text-file.html]

mod date: 2009-02-20T03:56:08.000Z