mladenp
6/1/2017 - 5:14 AM

Remove First line of the file

Remove First line of the file

tail -n +2 "$FILE" > "$FILE.tmp" && mv "$FILE.tmp" "$FILE"