diff --git a/README.md b/README.md index a1421e6..1830ca1 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,11 @@ cat whatever.txt | pbcopy pbpaste > whatever.txt ``` +#### Sort and Strip Duplicate Lines from Clipboard Content +```bash +pbpaste | sort | uniq | pbcopy +``` + ### FileVault #### Check FileVault Status