Nerd joke #1337: Bash basics.

More or less famous quotes or funny stuff, said by the "Das Werkstatt" people or guests...
Post Reply
User avatar
^rooker
Site Admin
Posts: 1480
Joined: Fri Aug 29, 2003 8:39 pm

Nerd joke #1337: Bash basics.

Post 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"
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply