Displaying 1 result from an estimated 1 matches for "webapps_assessment".
2007 May 15
5
Trying to make tidy{} work
Hi,
Say I''ve got a directory full of stale Tomcat temp files of the form:
/usr/local/blackboard/apps/tomcat/work/Catalina/localhost/webapps_assessment/strts6866.tmp
and I want to delete any files that haven''t changed in a week and not
keep any backup.
Should this get rid of them:
tidy {
"/usr/local/blackboard/apps/tomcat/work/Catalina/localhost/webapps_assessment":
age => "1w",
backup => false,...