Add command to empty trash and improve shell startup speed

This commit is contained in:
tricinel 2015-10-24 09:35:32 +02:00
parent 28307e49e5
commit c378c2058f

View File

@ -321,6 +321,12 @@ textutil -convert html file.ext
### Files and Folders ### Files and Folders
#### Empty Trash on all Mounted Volumes and the Main HDD
Also, clear Apples System Logs that will improve your shell startup speed
```bash
sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl
```
#### Hide Folder in Finder #### Hide Folder in Finder
```bash ```bash
chflags hidden /path/to/folder/ chflags hidden /path/to/folder/