Add Clipboard snippet
This commit is contained in:
parent
2ad281a0ea
commit
32bb824da3
@ -381,6 +381,11 @@ cat whatever.txt | pbcopy
|
|||||||
pbpaste > whatever.txt
|
pbpaste > whatever.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Sort and Strip Duplicate Lines from Clipboard Content
|
||||||
|
```bash
|
||||||
|
pbpaste | sort | uniq | pbcopy
|
||||||
|
```
|
||||||
|
|
||||||
### FileVault
|
### FileVault
|
||||||
|
|
||||||
#### Check FileVault Status
|
#### Check FileVault Status
|
||||||
|
Loading…
Reference in New Issue
Block a user