Changeset 42452 for trunk/tools/eam/rawfix.20230221/src/get_hosts_md5s.sh
- Timestamp:
- Apr 21, 2023, 10:36:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/get_hosts_md5s.sh
r42445 r42452 21 21 22 22 # report both the dateobs and the hostnames 23 ls $topdir/$dateobs/*.inst.$stage.txt | awk -v dateobs=$dateobs -v stage=$stage -F/ '(NR == 1){print "dateobs stage md5host"}{print dateobs, stage, $NF}' | sed s/.inst.$stage.txt//23 ls $topdir/$dateobs/*.inst.$stage.txt | grep -v "XY...inst" | awk -v dateobs=$dateobs -v stage=$stage -F/ '(NR == 1){print "dateobs stage md5host"}{print dateobs, stage, $NF}' | sed s/.inst.$stage.txt// 24 24 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.
