hashdeep
hashdeep copied to clipboard
How to expert dfxml to file?
Now, I only redirect stdout to file, May I expert dfxml to file in cmd directly?
I am not sure what you're asking. You can redirect the DFXML output to a file like this:
$ hashdeep -d [FILES] > output.txt
There is no option, however, to specify the output file as a option to the programs.
Does that answer your question?