$ bleachbit --help
Options
...
-l, --list-cleaners list cleaners
-c, --clean run cleaners to delete files and make other permanent
changes
...
-p, --preview preview files to be deleted and other changes
所以如果我用
$ bleachbit -l | grep free
我可以得到
system.free_disk_space
看来你应该用
bleachbit -c -p system.free_disk_space # remove -p if you want real action
Bleachbit 控制台应用程序有几个选项:
所以如果我用
我可以得到
看来你应该用
注意:如果我们查看 BleachBit 的源代码 - 我们可以看到它是如何在Wipe Free Space label中调用上述操作
cb_wipe_free_space
的。@N0rbert 的答案是 BleachBit 2.0 版及更早版本的最佳答案。请注意,它使用在 GUI 或 中配置的
bleachbit.ini
目录,并且不能在命令行上更改目录。我喜欢 Thomas 的想法,所以今天我承诺对未来的版本进行更改,使其像这样工作。
更新:BleachBit 2.1 版已发布,并且具有新的命令行选项