- Timestamp:
- 03/10/06 09:56:07 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
r7486 r7582 43 43 datetime=`date +%F-%H-%M-%S` 44 44 year=`date +%Y` 45 lockfile=$lockpath/lock-insertsequences.txt 45 46 46 47 scriptlogpath=$logpath/run/insertsequences/`date +%Y/%m` … … 55 56 56 57 # finding manual written sequence files (marked by the comment '#manually changed') 57 sequencefiles=(`grep -R '#manually changed' $sequpath/ | cut -c 1-42`) 58 # there has to be cut from 1-47 (not as for operator from 1-42) because of 59 # sequpath=/magic/test/sequences (not /magic/sequences) 60 sequencefiles=(`grep -R '#manually changed' $sequpath/ | cut -c 1-47`) 58 61 echo "sequencefiles: "${sequencefiles[@]} >> $scriptlog 2>&1 59 62 echo "" >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.