Files
tldr/pages.zh/windows/bleachbit_console.md

24 lines
677 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.* ...}}`