why is this script not finding them?


wav=/tmp/kde-kline/\*wav\*

why you put \ before *


if [ -s $wav ]
then
       echo "Wav files found";
       ls -l $wav;

       /bin/rm ${wav};
else
       echo "No wav files in /tmp/kde-kline";
       exit 0;

fi

        do i have to cd to /tmp/kde-kline and examine every file in a
        loop?

        tia,

        gary


--
 Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
       http://jottings.thought.org   http://transfinite.thought.org


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to