Add Clipboard tabs to spaces

This commit is contained in:
Marcel Bischoff 2015-09-24 18:38:36 +02:00
parent 32bb824da3
commit 49a4c8f619

View File

@ -376,6 +376,11 @@ sw_vers
cat whatever.txt | pbcopy cat whatever.txt | pbcopy
``` ```
### Convert Tabs to Spaces for Clipboard Content
```bash
pbpaste | expand | pbcopy
```
#### Copy data from Clipboard #### Copy data from Clipboard
```bash ```bash
pbpaste > whatever.txt pbpaste > whatever.txt