User Tools

Site Tools


sed:change:change_multiple_spaces_to_a_single_space

SED - Change - Change multiple spaces to a single space

sed 's/ */ /g' infile.txt

Example

ip addr | sed 's/  */ /g'

sed/change/change_multiple_spaces_to_a_single_space.txt · Last modified: 2020/08/16 12:39 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki