Difference between revisions of "SED"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==Prep spaces== *sed -i s/\ /\\\ /g' input.file")
 
 
(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