Changeset 8488 for trunk/MagicSoft/Mars/scripts
- Timestamp:
- 05/10/07 15:21:38 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/scripts/merppupdate
r8487 r8488 40 40 41 41 #regular expression for the filename 42 name ="20*_Y_*E.root"42 name2= 43 43 44 44 if ! [ "$1" = "" ] … … 47 47 if ! [ "$2" = "" ] 48 48 then 49 name =$249 name2=" -name $2" 50 50 if ! [ "$3" = "" ] 51 51 then … … 62 62 fi 63 63 64 if ! ls $outpath 64 if ! ls $outpath >/dev/null 2>&1 65 65 then 66 66 echo "Your outpath is not valid." … … 69 69 70 70 71 calfiles=`find $outpath -name '$name'`71 calfiles=`find $outpath -name 20*_Y_*_E.root $name2 ` 72 72 73 73 echo "calfiles: "$calfiles
Note:
See TracChangeset
for help on using the changeset viewer.