I have a text file with a lot of mda5 hashes. I need to get only the hash of my file as output. I've tried cat mda5hashes.txt | grep manual12.pdf
, but I have this promt:
manual12 917NJvfNj6uY237fjzmso38djr7s
How can I get only the hash as prompt, and the number of line in which is located?