Add Clipboard tabs to spaces
This commit is contained in:
parent
32bb824da3
commit
49a4c8f619
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user