du only local files
sudo find . -maxdepth 1 -type d ! -name . -exec du -sh ‘{}’ \; | sort -h
By: leizhou | Post date: June 14, 2016 | Comments: No Comments
Posted in categories: Computer Tips, Work related
sudo find . -maxdepth 1 -type d ! -name . -exec du -sh ‘{}’ \; | sort -h
© 2024 Dao's BLOG | Theme: JGD-BizElite