Skip to content

Instantly share code, notes, and snippets.

@mittenchops
Last active January 4, 2016 01:58
Show Gist options
  • Save mittenchops/8551444 to your computer and use it in GitHub Desktop.
Save mittenchops/8551444 to your computer and use it in GitHub Desktop.
sed to turn text to acronyms
# from http://ask.metafilter.com/255675/Decoding-cancer-addled-ramblings
sed 's/\B\w*//g;s/\s//g' full_file.txt > acronym_file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment