Address PR feedback

This commit is contained in:
Joe Block 2015-11-04 09:56:24 -08:00
parent 9edd333dc5
commit 8db2cce21e

View File

@ -975,6 +975,11 @@ uptime
cat whatever.txt | pbcopy
```
#### Convert Clipboard to Plain Text
```bash
pbpaste | textutil -convert txt -stdin -stdout -encoding 30 | pbcopy
```
#### Convert Tabs to Spaces for Clipboard Content
```bash
pbpaste | expand | pbcopy
@ -990,11 +995,6 @@ 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