* Sam Dodrill: > Expected output is the result of the following in bash: > > for FILE in find $sName.$sExt ; > do if [ grep $sGrep $FILE ] ; then echo "$FILE" ; fi ; done ;
This doesn't answer my original questions. We need more evidence to determine if there is a bug at all. > Only in Java, with input validation and last modified date checking. The Java program you submitted doesn't do anything close to that. (And your bash snippet doesn't work, either.) -- Florian Weimer <[email protected]> BFK edv-consulting GmbH http://www.bfk.de/ Kriegsstraße 100 tel: +49-721-96201-1 D-76133 Karlsruhe fax: +49-721-96201-99 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

