How to match whitespace in sed?

Posted by Peter Smit on Super User See other posts from Super User or by Peter Smit
Published on 2010-02-24T11:53:58Z Indexed on 2010/04/07 15:23 UTC
Read the original article Hit count: 299

Filed under:
|

How can I match whitespace in sed? In my data I want to match all of 3+ subsequent whitespace characters (tab space) and replace them by 2 spaces. How can this be done?

© Super User or respective owner

Related posts about sed

Related posts about whitespace