sed -e '2d' $FILE_ORIGINAL > $FILE_MODIFIED
LF=$(printf '\\\012_') LF=${LF%_} sed -i -e "2s/^/TEXT${LF}/" $FILE_MODIFIED