bookmark

shell script - Delete First line of a file - Unix & Linux Stack Exchange


Description

-n +2 : start at line 2 of the file.

tail -n +2 file.txt > file.stdout

Preview

Tags

Users

  • @jil

Comments and Reviews