Difference between revisions of "SED"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) |
Michael.mast (talk | contribs) |
||
Line 1: | Line 1: | ||
==Prep spaces== | ==Prep spaces== | ||
* sed -i 's/\ /\\\ /g' input.file | * sed -i 's/\ /\\\ /g' input.file | ||
+ | *[[Replace text between two lines SED]] |
Latest revision as of 13:34, 21 July 2017
Prep spaces
- sed -i 's/\ /\\\ /g' input.file
- Replace text between two lines SED