Nerd joke #1337: Bash basics.
Posted: Thu Feb 04, 2021 10:29 pm
Hashcode validation of ISO disk images in the archive:
Most end users:
Most end users:
Hacker:select, right-click, select, wait, done.
"Eh. That's exactly what I proposed:""I don't get why yours should be better.\n"Code: Select all
for i in *.iso; do md5sum -c $i.md5; done