Bash Cat File dan tulis ulang baris yang sama

sed -e ... "datafile" >"datafile.tmp" && mv -f "datafile.tmp" "datafile"
Shy Stag