Skip to content

Instantly share code, notes, and snippets.

@dcyoung-dev
Last active June 12, 2019 12:25
Show Gist options
  • Save dcyoung-dev/80d79d8412ef3cd7058ba96c3faae86f to your computer and use it in GitHub Desktop.
Save dcyoung-dev/80d79d8412ef3cd7058ba96c3faae86f to your computer and use it in GitHub Desktop.
Gets the unique vales from clipboard.Use `-c` to add the count
#!/bin/bash
pbpaste | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment