bash remove first line from a file code example Example: sed remove first line tail -n +2 "$FILE" > "$FILE.tmp" && mv "$FILE.tmp" "$FILE"