Changeset 9198
- Timestamp:
- 12/23/08 09:49:31 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9197 r9198 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/12/23 Stefan Ruegamer 22 23 * datacenter/scripts/movingrawfiles 24 - corrected moving of zipped rawfiles 25 26 20 27 21 28 2008/12/22 Daniel Hoehne-Moench -
trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles
r9196 r9198 52 52 53 53 # find rawfiles belonging to tape (don't move files not yet md5-sum checked) 54 rawfiles=`find /magic/{datacenter,data/rawfiles}/fromtape/???data/ -regextype posix-egrep -regex '.*/20[01][0-9]{5}_(M[12]_)?[0-9]{8}(\.[0-9]{3})?_.*. (raw)?raw.gz' -type f -user tape`54 rawfiles=`find /magic/{datacenter,data/rawfiles}/fromtape/???data/ -regextype posix-egrep -regex '.*/20[01][0-9]{5}_(M[12]_)?[0-9]{8}(\.[0-9]{3})?_.*.raw(.gz)?$' -type f -user tape` 55 55 56 56 if [ "$rawfiles" == "" ]
Note:
See TracChangeset
for help on using the changeset viewer.