mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 01:57:03 +00:00
Update cheatsheets
This commit is contained in:
@@ -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 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user