Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How can I remove the first line of a text file using bash/sed script?

tail -n +2 "$FILE"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #I #remove #line #text #file
ADD COMMENT
Topic
Name
8+3 =