Czkawka (tch•kav•ka (IPA: [ˈʧ̑kafka]), “hiccup” in Polish) is a simple, fast and free app to remove unnecessary files from your computer. Multi functional app to find duplicates, empty folders, similar images etc.
OPTIONS: -h, --help Print help -V, --version Print version
SUBCOMMANDS: dup Finds duplicate files empty-folders Finds empty folders big Finds big files empty-files Finds empty files temp Finds temporary files image Finds similar images music Finds same music by tags symlinks Finds invalid symlinks broken Finds broken files video Finds similar video files ext Finds files with invalid extensions tester Small utility to test supported speed of help Print this message or the help of the given subcommand(s)
try"czkawka.exe <COMMAND> -h" to get more info about a specific tool
Options: -d, --directories <DIRECTORIES> Directorie(s) to search -e, --excluded-directories <EXCLUDED_DIRECTORIES> Excluded directorie(s) -E, --excluded-items <EXCLUDED_ITEMS> Excluded item(s) -m, --minimal-file-size <MINIMAL_FILE_SIZE> Minimum size in bytes [default: 8192] -i, --maximal-file-size <MAXIMAL_FILE_SIZE> Maximum size in bytes [default: 18446744073709551615] -c, --minimal-cached-file-size <MINIMAL_CACHED_FILE_SIZE> Minimum cached file size in bytes [default: 257144] -x, --allowed-extensions <ALLOWED_EXTENSIONS> Allowed file extension(s) -s, --search-method <SEARCH_METHOD> Search method (NAME, SIZE, HASH) [default: HASH] -D, --delete-method <DELETE_METHOD> Delete method (AEN, AEO, ON, OO, HARD) [default: NONE] -t, --hash-type <HASH_TYPE> Hash type (BLAKE3, CRC32, XXH3) [default: BLAKE3] -f, --file-to-save <file-name> Saves the results into the file -R, --not-recursive Prevents from recursive check of folders -l, --case-sensitive-name-comparison Use case sensitive name comparison -L, --allow-hard-links Do not ignore hard links --dryrun Do nothing and print the operation that would happen. -h, --help Print help (see more with '--help')
# 查找重复文件 ❯ czkawka dup -d C:\Users\yp.wang\test\ -m0 error: invalid value '0'for'--minimal-file-size <MINIMAL_FILE_SIZE>': Minimum file size must be at least 1 byte
For more information, try'--help'.
~\test ❯ czkawka dup -d C:\Users\yp.wang\test\ -m1 Set thread number to 12 Found 2 duplicated files in1 groups with same content which took 8 B: Size - 8 B (8) - 2 files C:\users\yp.wang\test\test1.txt C:\users\yp.wang\test\test2.txt ----
-------------------------------MESSAGES-------------------------------- Loaded from cache 0 entries Saved to file 2 cache entries Loaded from cache 0 entries Saved to file 0 cache entries ---------------------------END OF MESSAGES-----------------------------