Revision: 2171
Author: paul_c
Date: 2006-03-24 16:05:38 -0800 (Fri, 24 Mar 2006)
ViewCVS: http://svn.sourceforge.net/morphix/?rev=2171&view=rev
Log Message:
-----------
-prune is a little more succinct than -maxdepth
Modified Paths:
--------------
trunk/mmaker/utils/build-example.sh
Modified: trunk/mmaker/utils/build-example.sh
===================================================================
--- trunk/mmaker/utils/build-example.sh 2006-03-24 23:51:31 UTC (rev 2170)
+++ trunk/mmaker/utils/build-example.sh 2006-03-25 00:05:38 UTC (rev 2171)
@@ -36,7 +36,7 @@
done
# delete all files in alextreme after 3 days
-find alextreme/*.* -ctime +3 -maxdepth 0 -exec rm {} \;
+find alextreme/*.* -ctime +3 -prune -exec rm {} \;
# Cleanup time!
rm -rf /tmp/libmorphix*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.