# | Line 39 | Line 39 | nFilesPerJob=$(($last - $first + 1)) | |
---|---|---|
39 | fList=`head -$last $condorOutput/$book/$dataset/fileList.txt | tail -$nFilesPerJob | cut -d' ' -f 2` | |
40 | ||
41 | echo LIST $fList | |
42 | – | #exit 0 |
42 | ||
43 | # spread the jobs out by a bit | |
44 | sleep $first |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |