Output including non succeeded hashes?
#1
Hello,

So I'm wondering if it would be possible to have the output look like this:
e99a18c428cb38d5f260853678922e03
8f036369a5cd26454949e594fb9e0a2d
hello123
b8f8312b939f00abb38eeafd4fd107f3

Etc. Would this be possible?
If so, what code do I need to use?

Kind regards.
#2
Couldn't you just use --remove and then merge your input and output file?
#3
you can simply use --show and --left and append them to each other
#4
(04-18-2015, 09:04 PM)TonyS Wrote: Couldn't you just use --remove and then merge your input and output file?

Issue is that if I merge them together, they're not on their original lines anymore.
#5
it depends! if you sort -u the original list before you can do the same with the merged file afterwards and in that case the sort -u original and merged list line positions are the same