Add Clipboard snippet

This commit is contained in:
Marcel Bischoff 2015-09-24 18:35:59 +02:00
parent 2ad281a0ea
commit 32bb824da3

View File

@ -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