On Thursday, July 01, 2010 11:34:47 Subrata Modak wrote:
> + PREVIOUS_TO_DMESG_DIR=`pwd`
> + cd $DMESG_DIR
> + if [ $? -eq 0 ] ; then
> + find . -size 0 -exec rm {} +
> + else
> + echo "cd to $DMESG_DIR failed: $?"
> + fi
> + cd $PREVIOUS_TO_DMESG_DIR
if find "$DMESG_DIR" -size 0 -exec rm {} + ; then
echo "cd to $DMESG_DIR failed: $?"
fi
-mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
