Changeset 39573 for trunk/dvodist/scripts
- Timestamp:
- May 13, 2016, 9:12:44 AM (10 years ago)
- Location:
- trunk/dvodist/scripts
- Files:
-
- 9 edited
-
mkdist.3pi.pv0.20120509.sh (modified) (1 diff)
-
mkdist.3pi.pv0.20120525.sh (modified) (1 diff)
-
mkdist.3pi.pv0.20120606.sh (modified) (1 diff)
-
mkdist.3pi.pv0.20130227.sh (modified) (1 diff)
-
mkdist.3pi.pv0.20140621.sh (modified) (1 diff)
-
mkdist.3pi.pv0.20140713.sh (modified) (1 diff)
-
mkdist.3pi.pv1.20130708.sh (modified) (1 diff)
-
mkdist.3pi.pv2.20141215.sh (modified) (1 diff)
-
mkdist.3pi.pv3.20160422.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvodist/scripts/mkdist.3pi.pv0.20120509.sh
r39557 r39573 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \#$cattgt/HostTable.dat | grep ipp0\[345\] | awk '{print $3}'`)32 # foreach hostdir (`grep -v \#$cattgt/HostTable.dat | awk '{print $3}'`)31 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | grep ipp0\[345\] | awk '{print $3}'`) 32 # foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 33 33 echo $hostdir 34 34 foreach dir ($nlist $slist) -
trunk/dvodist/scripts/mkdist.3pi.pv0.20120525.sh
r39553 r39573 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \#$cattgt/HostTable.dat | awk '{print $3}'`)31 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 32 echo $hostdir 33 33 foreach dir ($nlist $slist) -
trunk/dvodist/scripts/mkdist.3pi.pv0.20120606.sh
r39553 r39573 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \#$cattgt/HostTable.dat | awk '{print $3}'`)31 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 32 echo $hostdir 33 33 foreach dir ($nlist $slist) -
trunk/dvodist/scripts/mkdist.3pi.pv0.20130227.sh
r39553 r39573 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \#$cattgt/HostTable.dat | awk '{print $3}'`)31 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 32 echo $hostdir 33 33 foreach dir ($nlist $slist) -
trunk/dvodist/scripts/mkdist.3pi.pv0.20140621.sh
r39553 r39573 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \#$cattgt/HostTable.dat | awk '{print $3}'`)31 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 32 echo $hostdir 33 33 foreach dir ($nlist $slist) -
trunk/dvodist/scripts/mkdist.3pi.pv0.20140713.sh
r39552 r39573 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \#$cattgt/HostTable.dat | awk '{print $3}'`)31 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 32 echo $hostdir 33 33 foreach dir ($nlist $slist) -
trunk/dvodist/scripts/mkdist.3pi.pv1.20130708.sh
r39552 r39573 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \#$cattgt/HostTable.dat | awk '{print $3}'`)31 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 32 echo $hostdir 33 33 foreach dir ($nlist $slist) -
trunk/dvodist/scripts/mkdist.3pi.pv2.20141215.sh
r39552 r39573 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \#$cattgt/HostTable.dat | awk '{print $3}'`)31 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 32 echo $hostdir 33 33 foreach dir ($nlist $slist) -
trunk/dvodist/scripts/mkdist.3pi.pv3.20160422.sh
r39552 r39573 16 16 17 17 # top-level files 18 if ( 1) then18 if (0) then 19 19 mkdir -p $cattgt 20 20 foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits flatfield.fits ) … … 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`) 31 # foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | awk '{print $3}'`) 32 foreach hostdir (`grep -v "^#" $cattgt/HostTable.dat | grep "#" | awk '{print $3}'`) 32 33 echo $hostdir 33 34 foreach dir ($nlist $slist)
Note:
See TracChangeset
for help on using the changeset viewer.
