清理舊檔案 - jenhaoyang/backend_blog GitHub Wiki
sudo find . -ctime +3 -exec trash {} +
參考:
https://stackoverflow.com/questions/2961673/find-missing-argument-to-exec
https://askubuntu.com/questions/380238/how-to-clean-tmp
sudo find . -ctime +3 -exec trash {} +
參考:
https://stackoverflow.com/questions/2961673/find-missing-argument-to-exec
https://askubuntu.com/questions/380238/how-to-clean-tmp