mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 22:58:46 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/bleachbit
Normal file
29
tldr/linux/bleachbit
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bleachbit
|
||||
|
||||
> Clean junk files on the filesystem.
|
||||
> More information: <https://docs.bleachbit.org/doc/command-line-interface.html>.
|
||||
|
||||
- Start the graphical user interface (GUI) version of Bleachbit:
|
||||
|
||||
`bleachbit --gui`
|
||||
|
||||
- Shred a file:
|
||||
|
||||
`bleachbit --shred {{path/to/file}}`
|
||||
|
||||
- List available cleaner options:
|
||||
|
||||
`bleachbit --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.* ...}}`
|
||||
|
||||
- Perform the clean-up operation and delete files:
|
||||
|
||||
`bleachbit --clean {{--preset|cleaner1.option1 cleaner2.* ...}}`
|
||||
Reference in New Issue
Block a user