Skip to content

Instantly share code, notes, and snippets.

@david-wm-sanders
Last active January 25, 2018 14:06
Show Gist options
  • Save david-wm-sanders/3ca1d597964a77af4f775c903ee5852f to your computer and use it in GitHub Desktop.
Save david-wm-sanders/3ca1d597964a77af4f775c903ee5852f to your computer and use it in GitHub Desktop.
cat quotes | tr -d '[:punct:]' > nopunct
cat quotes | tr '[:lower:]' '[:upper:]' > upper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment