Re: Shell Expansion in Bourne Shell Script Question

2010-07-28 Thread Cesar Garcia
Perhaps, try with this: for MAGFILE in `ls $MAGDIR/*.[Zz][Ii][Pp]`; do El 28/07/10 13:33, Martin McCormick escribió: > I could have sworn I have done this before but obviously > not because I can't get it to work no matter what I try. > > I am running a shell script that is suppos

Re: Checking burned image is ok

2010-07-27 Thread Cesar Garcia
Hi! try it with md5sum: $ md5sum debian-505-powerpc-netinst.iso $ dd /dev/cdrom bs=$blocksize count=$blockcount conv=notrunc,noerror | md5sum The variable, $blocksize, $bolkcount, depend of the CD or DVD, to get this info: $ isoinfo -d -i /dev/cdrom the result must be the same. El 2