Changeset 8078 for trunk/MagicSoft/Mars
- Timestamp:
- 10/17/06 09:00:30 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8072 r8078 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/10/17 Daniela Dorner 22 23 * datacenter/scripts/sourcefile: 24 - bugfix (intgrep returned not only the number) 25 26 * datacenter/scripts/checktransfer: 27 - removed not needed output 28 29 20 30 21 31 2006/10/16 Thomas Bretz -
trunk/MagicSoft/Mars/datacenter/scripts/checktransfer
r7993 r8078 56 56 for date in ${dates[@]} 57 57 do 58 if ! ls /magic/datacenter/fromlapalma/RAWchk/$date/$date.finished 2> /dev/null58 if ! ls /magic/datacenter/fromlapalma/RAWchk/$date/$date.finished 2>&1 >/dev/null 59 59 then 60 60 printprocesslog "WARN .finished for $date not found" -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r8065 r8078 116 116 # alias (we cannot check the beginning of the line due to 117 117 # color codes in filldotraw.C) 118 alias 'intgrep'='grep -E -o \\\(int\\\)[0-9]+$ '118 alias 'intgrep'='grep -E -o \\\(int\\\)[0-9]+$ | grep -E -o [0-9]+' 119 119 120 120 # in the following the functions, which are needed by several scripts, are
Note:
See TracChangeset
for help on using the changeset viewer.