Trying to loop every file, do some cutting, extract the first 4 characters of the MD5. Here’s what I got so far: Problem is, I don’t see any more output at this point. How can I send output to md5sum and continue sending the result? Answer md5sum reads everything from stdin till end of file (eof) and outputs md5 sum
Tag: md5sum
Print md5sum of results of a find command in Linux
I am tryng to do checksum on all .jar files I can find in directory and its sub directories. Then print the filename with the checksum value to a file. this is what I have. I am trying to join two commands together that I know work individually. Any help appreciated. Answer You could use something like this to execute