Feed on
Posts
Comments

match tab in sed


to replace a tab in sed:

sed ‘s/<tab>//’

where <tab> is you typing CTRL-V followed by pressing TAB (thanks to atoztoa!).

alternatively:

sed ‘s/\\\t//’

 


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS