Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-12 00:16:39 +00:00
parent b0756d672e
commit 9e6dfc9983
21 changed files with 277 additions and 24 deletions

View File

@@ -8,22 +8,22 @@ source: https://github.com/tldr-pages/tldr.git
> Clean junk files on the filesystem.
> 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:
- Shred a file:
`bleachbit_console.exe --version`
`bleachbit_console.exe --shred {{path/to/file}}`
- List available cleaner options:
`bleachbit_console.exe --list-cleaners`
- 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 {{--preset|cleaner1.option1 cleaner2.* ...}}`
- Perform the clean-up operation and delete files:
`bleachbit_console.exe --clean {{--preset|cleaner1.option1 cleaner2.* ...}}`