mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 04:53:46 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/windows/bleachbit_console
Normal file
29
tldr/windows/bleachbit_console
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bleachbit_console
|
||||
|
||||
> 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:
|
||||
|
||||
`bleachbit_console.exe --version`
|
||||
Reference in New Issue
Block a user