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) |
||
(One intermediate revision by the same user not shown) | |||
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