mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
bleachbit_console: add page (#9610)
This commit is contained in:
parent
e0d387d10e
commit
90499b3bf2
1 changed files with 25 additions and 0 deletions
25
pages/windows/bleachbit_console.md
Normal file
25
pages/windows/bleachbit_console.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# bleachbit_console
|
||||
|
||||
> The Bleachbit command-line interface (CLI) allows users to automate the process of cleaning junk files on their system.
|
||||
> It can be run with various command-line arguments to perform different clean-up operations.
|
||||
> 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`
|
Loading…
Add table
Reference in a new issue