mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
czkawka-cli: add page (#9477)
This commit is contained in:
parent
582f2ac0ce
commit
2ceed8c839
1 changed files with 12 additions and 0 deletions
12
pages/common/czkawka-cli.md
Normal file
12
pages/common/czkawka-cli.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# czkawka-cli
|
||||
|
||||
> Command-line version of `czkawka` a multi-functional app to find duplicates, empty folders, similar images and much more.
|
||||
> More information: <https://github.com/qarmin/czkawka>.
|
||||
|
||||
- List duplicate or similar files in specific directories:
|
||||
|
||||
`czkawka-cli {{dup|image}} --directories {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Find duplicate files in specific directories and delete them (default: `NONE`):
|
||||
|
||||
`czkawka-cli dup --directories {{path/to/directory1 path/to/directory2 ...}} --delete-method {{AEN|AEO|ON|OO|HARD|NONE}}`
|
Loading…
Add table
Reference in a new issue