Add snippet to convert Clipboard to plain text

This commit is contained in:
Joe Block 2015-11-03 09:47:35 -08:00
parent 1e441030d1
commit 9edd333dc5

View File

@ -990,6 +990,11 @@ pbpaste > whatever.txt
pbpaste | sort | uniq | pbcopy pbpaste | sort | uniq | pbcopy
``` ```
#### Convert Clipboard to plain text
```bash
pbpaste | textutil -convert txt -stdin -stdout -encoding 30 | pbcopy
```
### FileVault ### FileVault
#### Automatically Unlock FileVault on Restart #### Automatically Unlock FileVault on Restart