Remove all whitespace from file perl -lape ‘s/\s+//sg’ INPUT.TXT > OUTPUT.TXT Remove whitespace more than one space perl -wlpe ‘~…
Remove all whitespace from file perl -lape ‘s/\s+//sg’ INPUT.TXT > OUTPUT.TXT Remove whitespace more than one space perl -wlpe ‘~…