Changeset 42457
- Timestamp:
- Apr 26, 2023, 4:54:03 PM (3 years ago)
- Location:
- trunk/tools/eam/rawfix.20230221/src
- Files:
-
- 2 edited
-
check_chip_locations.pl (modified) (1 diff)
-
get_hosts_fixchip.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/check_chip_locations.pl
r42452 r42457 220 220 221 221 # my ($ext_id) = $nebname =~ m|neb://\w*/(\S*)|; ---> what if we do not have the host.volnum portion? (this attempt fails) 222 my ($ext_id) = $nebname =~ m|neb://[0-9a-zA-Z ]*\.[0-9]/(\S*)|;222 my ($ext_id) = $nebname =~ m|neb://[0-9a-zA-Z\.]*/(\S*)|; 223 223 if ($DEBUG > 5) { print "nebname: $ext_id\n"; } 224 224 -
trunk/tools/eam/rawfix.20230221/src/get_hosts_fixchip.sh
r42454 r42457 24 24 25 25 foreach f ($topdir/$dateobs/XY??.hosts.txt) 26 set myhost = `cat $f | grep -v ippb | sort -k 2 | tail -n 1 | prcol 1`26 set myhost = `cat $f | grep -v ippb | sort -k 2n | tail -n 1 | prcol 1` 27 27 set chipID = `echo $f | awk -F/ '{print $NF}' | awk -F. '{print $1}'` 28 28 if ("$myhost" == "") then
Note:
See TracChangeset
for help on using the changeset viewer.
