commands.sh

bleachbit

linux

Clean junk files on the filesystem.

More info →

Options (4)

-s, --shredboolean

Shred a file

Example: bleachbit {{[-s|--shred]}} {{path/to/file}}
-l, --list-cleanersboolean

List available cleaner options

Example: bleachbit {{[-l|--list-cleaners]}}
-p, --previewboolean

Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation

Example: bleachbit {{[-p|--preview]}} --preset {{cleaner1.option1 cleaner2.option2 ...}}
-c, --cleanboolean

Perform the clean-up operation and delete files

Example: bleachbit {{[-c|--clean]}} --preset {{cleaner1.option1 cleaner2.option2 ...}}

Examples (5)

Start the graphical user interface (GUI) version of Bleachbit

bleachbit --gui

Shred a file

bleachbit [-s|--shred] path/to/file

List available cleaner options

bleachbit [-l|--list-cleaners]

Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation

bleachbit [-p|--preview] --preset cleaner1.option1 cleaner2.option2 ...

Perform the clean-up operation and delete files

bleachbit [-c|--clean] --preset cleaner1.option1 cleaner2.option2 ...
made by @shridhargupta | data from tldr-pages