314 |
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all |
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all |
315 |
|
|
316 |
if test "x$MACHINES" = "x_All_" ; then |
if test "x$MACHINES" = "x_All_" ; then |
317 |
MACHINES="faulks meander lagoon aces.jmc aces.ce107 dickens danton beagle harbor" |
MACHINES="faulks meander aces.jmc aces.ce107 baudelaire dickens danton beagle harbor" |
318 |
MACHINES="$MACHINES columbia pleiades iblade rays solssrv solasrv sx8" |
MACHINES="$MACHINES pleiades iblade rays solasrv sx8" |
319 |
MACHINES="$MACHINES trane dodongo dokdo bigred" |
MACHINES="$MACHINES trane dodongo dokdo stomp bigred" |
320 |
|
|
321 |
MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` |
MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` |
322 |
for madd in $MALL ; do |
for madd in $MALL ; do |