Changeset 17106
- Timestamp:
- 09/06/13 17:31:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/DataCheck/SchedulingPlots.sh
r15318 r17106 16 16 direction="+" 17 17 18 # number of days to be treated 19 numdays=1000 20 18 21 19 22 plot=/home/fact/FACT++.in-run-fad-loss/makeplots … … 25 28 26 29 # creating files for X days (if they don't exist yet) 27 for (( i=0; i < 500; i++))30 for (( i=0; i < $numdays ; i++)) 28 31 do 29 32 outpath=/home/factwww/scheduling/`date --date="${direction}${i}days" +%Y/%m/%d`
Note:
See TracChangeset
for help on using the changeset viewer.