Answers for "bash remove first line"

0

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

tail -n +2 "$FILE"
Posted by: Guest on November-20-2020
0

bash remove first line

tail -n +2 "$FILE"
Posted by: Guest on January-21-2022

Code answers related to "bash remove first line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language