← Back to team overview

openjdk team mailing list archive

Bug#649245: openjdk-6-jdk: Java tries to treat files as folders and vice versa

 

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 ; 

Only in Java, with input validation and last modified date checking. 
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

References