Changeset 8078 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 10/17/06 09:00:30 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.