2023-04-01 01:13:37 +01:00
|
|
|
# bleachbit_console
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Clean junk files on the filesystem.
|
2023-04-01 01:13:37 +01:00
|
|
|
> 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`
|