On Mon, Sep 13, 2004 at 02:06:31PM +0000, dutchman_mn at charter.net wrote: > for JAR_FILE in $LIB_DIR/*.jar > do > TEMPPATH=$TEMPPATH:$JAR_FILE > done > Really stinking old thread, but what the heck. Here's one without the loop. CLASSPATH=$(find $LIB_DIR -name '*.jar' | tr '\n' ':') -David _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota Help beta test TCLUG's potential new home: http://plone.mn-linux.org Got pictures for TCLUG? Beta test http://plone.mn-linux.org/gallery tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list