Created
February 16, 2017 05:25
-
-
Save shogo82148/03df87a01f308f2296e299344194dd78 to your computer and use it in GitHub Desktop.
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
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