We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
czkawka dup -d "X:\test" -s NAME -f dupes.txt
Will produce:
Results of searching ["X:\\test"] with excluded directories [] and excluded items [] Not found any files with same names.
The program outputs hundreds of name pairs to the screen, but nothing to the resulting text file.
Assuming:
X:\test\a\file.ext X:\test\b\file.ext
When using HASH instead (with known identical files), the text file correctly captures the same output as shown on screen.
HASH
Thanks.
- czkawka v3.0.0 - Windows 10
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
czkawka dup -d "X:\test" -s NAME -f dupes.txt
Will produce:
The program outputs hundreds of name pairs to the screen, but nothing to the resulting text file.
Assuming:
When using
HASH
instead (with known identical files), the text file correctly captures the same output as shown on screen.Thanks.
The text was updated successfully, but these errors were encountered: