Q:

bash cat file and rewrite it same line

sed -e ... "datafile" >"datafile.tmp" && mv -f "datafile.tmp" "datafile"
0

New to Communities?

Join the community