Thread Previous • Date Previous • Date Next • Thread Next |
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.
Thread Previous • Date Previous • Date Next • Thread Next |