Difference between revisions of "SED"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==Prep spaces== *sed -i s/\ /\\\ /g' input.file") |
Michael.mast (talk | contribs) |
||
Line 1: | Line 1: | ||
==Prep spaces== | ==Prep spaces== | ||
− | *sed -i s/\ /\\\ /g' input.file | + | * sed -i 's/\ /\\\ /g' input.file |
Revision as of 16:02, 13 September 2016
Prep spaces
- sed -i 's/\ /\\\ /g' input.file