you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 1 year ago

Probably the very same thing that the post talks about, which is extracting the first word of a line of text.

The output of md5sum looks like this:

> md5sum test.txt
a3cca2b2aa1e3b5b3b5aad99a8529074 test.txt

So, it lists the checksum and then the file name, but you wanted just the checksum.

  • source
  • parent