Sed

From DWIKI

Stream Editor

Links

Tutorials


FAQ

errror messages

sed: -e expression #1, char 32: unknown command: `\'

try

's/...

instead of

'/...


match whitespace

\s

replace newline

try tr instead:

tr -d '\n' < file


Edit in-place

sed -i