Displaying 1 result from an estimated 1 matches for "tldcach".
Did you mean:
tldcache
2007 May 15
5
Trying to make tidy{} work
...e syntax & quoting for ''age''?
quoted, no space : "1w"
unquoted, no space : 1w
quoted, with space : "1 w"
unquoted, with space: 1 w
Can I wildcard the files to tidy? Note that the nice people who made
Tomcat/Struts/whatever hide a "tldCache.ser" file in with all the stale
"strts####.tmp" files and it''d be nice to kill only the temp files.
Essentially, I''m looking for a way to do
/usr/bin/find
/usr/local/blackboard/apps/tomcat/work/Catalina/localhost/webapps_assessment
-name "strts*.tmp" -t...