Skip to main content

OnlineSupport4u

Remove spaces between words

By PrasadNaik
August 17, 2013

You may have comes across situation where you have to manually edit a single file using excel or words to remove the space between words which is taking consuming and Boring 🙂 The below command can do the trick in one command to save your day   cat 116.txt | sed -e ‘s/[\t ]//g;/^$/d’  > […]

Read More