if test -d ../$CMTCONFIG; then cd ../$CMTCONFIG pwd=`pwd` cmt -quiet show constituents | \ grep application | \ egrep -v '[.]java' | \ awk '{print "'${pwd}/'" $2 ".exe"}' ##find . -name '*.exe' -type f | sed -e 's#[.]/#'${pwd}'/#' fi