Changeset 18319 for trunk/DataCheck/Transfer/BackupRawToWue.sh
- Timestamp:
- 08/31/15 01:23:29 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/BackupRawToWue.sh
r17905 r18319 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 then18 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"19 finish20 fi21 15 printprocesslog "INFO process only data of "$certaindate 22 16 echo "INFO process only data of "$certaindate
Note:
See TracChangeset
for help on using the changeset viewer.