You can't use --remove then, or at least you need to have the original hash list
If you have the original hash file, then just run something like this:
oclHashcat64.exe -m 21 --show --session all "C:original_HASH_list.txt"
to save the output of --show to a file use -o
to adapt the outfile options, use --outfile-format
all this information was explained already a couple of times on the forum, can be looked up in --help and was also documented on the wiki
If you have the original hash file, then just run something like this:
oclHashcat64.exe -m 21 --show --session all "C:original_HASH_list.txt"
to save the output of --show to a file use -o
to adapt the outfile options, use --outfile-format
all this information was explained already a couple of times on the forum, can be looked up in --help and was also documented on the wiki