24 lines
677 B
Markdown
24 lines
677 B
Markdown
# bleachbit_console
|
||
|
||
> 清理文件系统中的垃圾文件。
|
||
> 更多信息:<https://docs.bleachbit.org/doc/command-line-interface.html>。
|
||
|
||
- 启动Bleachbit的图形用户界面(GUI)版本:
|
||
|
||
`bleachbit_console.exe --gui`
|
||
|
||
- 切碎一个文件:
|
||
|
||
`bleachbit_console.exe --shred {{path/to/file}}`
|
||
|
||
- 列出可用的清理选项:
|
||
|
||
`bleachbit_console.exe --list-cleaners`
|
||
|
||
- 在实际执行清理操作之前,预览将被删除的文件和其他将进行的更改:
|
||
|
||
`bleachbit_console.exe --preview {{--preset|cleaner1.option1 cleaner2.* ...}}`
|
||
|
||
- 执行清理操作并删除文件:
|
||
|
||
`bleachbit_console.exe --clean {{--preset|cleaner1.option1 cleaner2.* ...}}` |