Hmm, a preco zle pouzity xargs, ked to ide aj bez neho?
$ touch 'ubuntu 10.04.iso'
$ ls *.iso |xargs openssl md5
vs
openssl md5 *.iso
Samozrejme, nemusime vyuzivat len sluzieb shellu, ale to je zase o nieco zlozitejsie (negarantujem, ze to pobezi vsade):
find . -maxdepth 1 -iname '*.iso' -type f -print0 | xargs -0 openssl md5