Fix categorization

This commit is contained in:
Marcel Bischoff 2015-09-24 18:55:54 +02:00
parent 44eec79409
commit 3c4459c0ea

View File

@ -400,7 +400,7 @@ sw_vers
cat whatever.txt | pbcopy cat whatever.txt | pbcopy
``` ```
### Convert Tabs to Spaces for Clipboard Content #### Convert Tabs to Spaces for Clipboard Content
```bash ```bash
pbpaste | expand | pbcopy pbpaste | expand | pbcopy
``` ```