2024-10-11 21:51:20 +02:00
|
|
|
# bleachbit
|
|
|
|
|
|
|
|
> Clean junk files on the filesystem.
|
|
|
|
> More information: <https://docs.bleachbit.org/doc/command-line-interface.html>.
|
|
|
|
|
|
|
|
- Start the graphical user interface (GUI) version of Bleachbit:
|
|
|
|
|
|
|
|
`bleachbit --gui`
|
|
|
|
|
|
|
|
- Shred a file:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bleachbit {{[-s|--shred]}} {{path/to/file}}`
|
2024-10-11 21:51:20 +02:00
|
|
|
|
|
|
|
- List available cleaner options:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bleachbit {{[-l|--list-cleaners]}}`
|
2024-10-11 21:51:20 +02:00
|
|
|
|
|
|
|
- Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bleachbit {{[-p|--preview]}} --preset {{cleaner1.option1 cleaner2.option2 ...}}`
|
2024-10-11 21:51:20 +02:00
|
|
|
|
|
|
|
- Perform the clean-up operation and delete files:
|
|
|
|
|
2025-06-27 15:33:04 +03:00
|
|
|
`bleachbit {{[-c|--clean]}} --preset {{cleaner1.option1 cleaner2.option2 ...}}`
|