1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/windows/bleachbit_console.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

24 lines
608 B
Markdown

# bleachbit_console
> Clean junk files on the filesystem.
> More information: <https://docs.bleachbit.org/doc/command-line-interface.html>.
- Perform the clean-up operation and delete files:
`bleachbit_console.exe --clean`
- Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation:
`bleachbit_console.exe --preview`
- Display system information:
`bleachbit_console.exe --sysinfo`
- Start the graphical user interface (GUI) version of Bleachbit:
`bleachbit_console.exe --gui`
- Display version:
`bleachbit_console.exe --version`