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")
 
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