Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-28 00:19:57 +00:00
parent 8d4568cb48
commit 42ee16d1f0
44 changed files with 155 additions and 107 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- Shred a file:
`bleachbit --shred {{path/to/file}}`
`bleachbit {{[-s|--shred]}} {{path/to/file}}`
- List available cleaner options:
`bleachbit --list-cleaners`
`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 --preview {{--preset|cleaner1.option1 cleaner2.* ...}}`
`bleachbit {{[-p|--preview]}} --preset {{cleaner1.option1 cleaner2.option2 ...}}`
- Perform the clean-up operation and delete files:
`bleachbit --clean {{--preset|cleaner1.option1 cleaner2.* ...}}`
`bleachbit {{[-c|--clean]}} --preset {{cleaner1.option1 cleaner2.option2 ...}}`