Changeset 7569 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 03/05/06 00:40:19 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7563 r7569 75 75 76 76 77 #finding all rootfiles in the webdirectory 77 #finding all rootfiles in the webdirectory, that were modified in the last 3 days 78 78 #this are all statusdisplays 79 rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'`79 rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' -mtime -3 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'` 80 80 81 81 #exit if no rootfiles are found
Note:
See TracChangeset
for help on using the changeset viewer.