Changeset 17907 for trunk/DataCheck/Processing/FillNumEvts.sh
- Timestamp:
- 05/27/14 22:16:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillNumEvts.sh
r17115 r17907 13 13 if [ "$certaindate" != "" ] 14 14 then 15 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 16 if [ "$checkstring" = "" ] 17 then 18 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 19 finish 20 fi 15 21 getdates $certaindate 16 22 else
Note:
See TracChangeset
for help on using the changeset viewer.