Skip to content
New issue

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

Saving results to file doesn't work for NAME search method #296

Closed
redactedscribe opened this issue Mar 19, 2021 · 0 comments · Fixed by #307
Closed

Saving results to file doesn't work for NAME search method #296

redactedscribe opened this issue Mar 19, 2021 · 0 comments · Fixed by #307
Labels
bug Something isn't working

Comments

@redactedscribe
Copy link

redactedscribe commented Mar 19, 2021

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.

Thanks.

- czkawka v3.0.0
- Windows 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants