mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
730 B
Markdown
25 lines
730 B
Markdown
![]() |
# bleachbit_console
|
||
|
|
||
|
> 파일 시스템의 정크 파일을 정리.
|
||
|
> 더 많은 정보: <https://docs.bleachbit.org/doc/command-line-interface.html>.
|
||
|
|
||
|
- Bleachbit의 그래픽 사용자 인터페이스(GUI) 버전 시작:
|
||
|
|
||
|
`bleachbit_console.exe --gui`
|
||
|
|
||
|
- 파일을 영구 삭제:
|
||
|
|
||
|
`bleachbit_console.exe --shred {{경로/대상/파일}}`
|
||
|
|
||
|
- 사용 가능한 클리너 옵션 나열:
|
||
|
|
||
|
`bleachbit_console.exe --list-cleaners`
|
||
|
|
||
|
- 실제 정리 작업을 수행하기 전에 삭제될 파일과 다른 변경 사항 미리 보기:
|
||
|
|
||
|
`bleachbit_console.exe --preview {{--preset|cleaner1.option1 cleaner2.* ...}}`
|
||
|
|
||
|
- 정리 작업 수행 및 파일 삭제:
|
||
|
|
||
|
`bleachbit_console.exe --clean {{--preset|cleaner1.option1 cleaner2.* ...}}`
|