diff --git a/README.md b/README.md index c9b1658..d827bf6 100644 --- a/README.md +++ b/README.md @@ -990,6 +990,11 @@ pbpaste > whatever.txt pbpaste | sort | uniq | pbcopy ``` +#### Convert Clipboard to plain text +```bash +pbpaste | textutil -convert txt -stdin -stdout -encoding 30 | pbcopy +``` + ### FileVault #### Automatically Unlock FileVault on Restart