Page 1 of 1

Nerd joke #1337: Bash basics.

Posted: Thu Feb 04, 2021 10:29 pm
by ^rooker
Hashcode validation of ISO disk images in the archive:

Most end users:
select, right-click, select, wait, done.
Hacker:
"Eh. That's exactly what I proposed:"

Code: Select all

for i in *.iso; do md5sum -c $i.md5; done
"I don't get why yours should be better.\n"