Difference between revisions of "SED"

From Michael's Information Zone
Jump to navigation Jump to search
 
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