bleachbit, bleachbit_console: update page for windows, add alias, add page for linux (#14008)
This commit is contained in:
24
pages/linux/bleachbit.md
Normal file
24
pages/linux/bleachbit.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# 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.* ...}}`
|
7
pages/windows/bleachbit.md
Normal file
7
pages/windows/bleachbit.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# bleachbit
|
||||||
|
|
||||||
|
> This command is an alias of `bleachbit_console`.
|
||||||
|
|
||||||
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
`tldr bleachbit_console`
|
@@ -3,22 +3,22 @@
|
|||||||
> Clean junk files on the filesystem.
|
> Clean junk files on the filesystem.
|
||||||
> More information: <https://docs.bleachbit.org/doc/command-line-interface.html>.
|
> 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:
|
- Start the graphical user interface (GUI) version of Bleachbit:
|
||||||
|
|
||||||
`bleachbit_console.exe --gui`
|
`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.* ...}}`
|
||||||
|
Reference in New Issue
Block a user