Ubuntu 回收站批量删除指南
可以批量删除的方式
路径与注意事项
进阶 定期自动清空回收站
#!/bin/bash rm -rf ~/.local/share/Trash/{files,info}/
crontab -e 0 * * * * /home/你的用户名/.emptytrash