User Tools

Site Tools


sed:change:change_multiple_spaces_to_a_single_space

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sed:change:change_multiple_spaces_to_a_single_space [2020/08/16 11:37] – created 192.168.1.1sed:change:change_multiple_spaces_to_a_single_space [2020/08/16 11:39] (current) 192.168.1.1
Line 1: Line 1:
 ====== SED - Change - Change multiple spaces to a single space ====== ====== SED - Change - Change multiple spaces to a single space ======
 +
 +<code bash>
 +sed 's/ */ /g' infile.txt
 +</code>
 +
 +----
 +
 +===== Example =====
 +
 +<code bash>
 +ip addr | sed 's/  */ /g'
 +</code>
 +
 +----
 +
  
sed/change/change_multiple_spaces_to_a_single_space.1597577832.txt.gz · Last modified: 2020/08/16 11:37 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki