Skip to content

Instantly share code, notes, and snippets.

@tluyben
Created February 1, 2015 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tluyben/5194b3fe57b6ee05b0b4 to your computer and use it in GitHub Desktop.
Save tluyben/5194b3fe57b6ee05b0b4 to your computer and use it in GitHub Desktop.
replace spaces with newlines
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