Skip to content

Instantly share code, notes, and snippets.

@shogo82148
Created February 16, 2017 05:25
Show Gist options
  • Save shogo82148/03df87a01f308f2296e299344194dd78 to your computer and use it in GitHub Desktop.
Save shogo82148/03df87a01f308f2296e299344194dd78 to your computer and use it in GitHub Desktop.
echo "I have a pen. I have a apple. ohmosh sakura Apple pen! I have a pen. I have a pineapple. ohmosh sakura Pineapple pen! Apple pen. Pineapplepen. Pen pineapple apple pen." | sed -e "s/\.//g" -e "s/\!//" | tr "[:upper:]" "[:lower:]" | xargs -n1 echo | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment