Remove Whitespace PerlBy Shadab Mohammad • May 28, 2015 • No commentsRemove all whitespace from file perl -lape ‘s/\s+//sg’ INPUT.TXT > OUTPUT.TXT Remove whitespace more than one space perl -wlpe ‘~…Share this:Click to share on Twitter (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Tumblr (Opens in new window)Click to share on Google+ (Opens in new window)Click to share on WhatsApp (Opens in new window)