Created
February 1, 2015 15:50
-
-
Save tluyben/5194b3fe57b6ee05b0b4 to your computer and use it in GitHub Desktop.
replace spaces with newlines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat x.asc |perl -e '@x=split(/\s/, <>); foreach(@x){print "$_\n";}' > x1.asc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment