ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/Processing/bin/downloadFiles.sh
(Generate patch)

Comparing UserCode/MitProd/Processing/bin/downloadFiles.sh (file contents):
Revision 1.2 by ceballos, Fri Dec 10 09:41:33 2010 UTC vs.
Revision 1.3 by paus, Thu Jan 6 22:30:07 2011 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines