1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/bleachbit_console.md

25 lines
720 B
Markdown
Raw Normal View History

2023-03-31 21:13:37 -03:00
# bleachbit_console
> Clean junk files on the filesystem.
2023-03-31 21:13:37 -03:00
> More information: <https://docs.bleachbit.org/doc/command-line-interface.html>.
- Start the graphical user interface (GUI) version of Bleachbit:
2023-03-31 21:13:37 -03:00
`bleachbit_console.exe --gui`
2023-03-31 21:13:37 -03:00
- Shred a file:
2023-03-31 21:13:37 -03:00
`bleachbit_console.exe --shred {{path/to/file}}`
2023-03-31 21:13:37 -03:00
- List available cleaner options:
2023-03-31 21:13:37 -03:00
`bleachbit_console.exe --list-cleaners`
2023-03-31 21:13:37 -03:00
- Preview the files that will be deleted and other changes that will be made before actually performing the clean-up operation:
2023-03-31 21:13:37 -03:00
`bleachbit_console.exe --preview {{--preset|cleaner1.option1 cleaner2.* ...}}`
2023-03-31 21:13:37 -03:00
- Perform the clean-up operation and delete files:
2023-03-31 21:13:37 -03:00
`bleachbit_console.exe --clean {{--preset|cleaner1.option1 cleaner2.* ...}}`