I have searched high and low to find a working example of how you can use awk to search for each space in a file and replace it with a tab.
E.g. input: I<sp>can't<sp>use<sp>awk<sp>very<sp>well.
output: I<tab>can't<tab>use<tab>awk<tab>very<tab>well.
Doesn't seem to difficult, but when I use \t...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.