MalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 15 hours agoAn awkward realizationstartrek.websiteimagemessage-square59fedilinkarrow-up1355arrow-down14
arrow-up1351arrow-down1imageAn awkward realizationstartrek.websiteMalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 15 hours agomessage-square59fedilink
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up6·12 hours agoProbably 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.
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.