HP3000-L Archives

January 2001, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"COLE,GLENN (Non-HP-SantaClara,ex2)" <[log in to unmask]>
Reply To:
COLE,GLENN (Non-HP-SantaClara,ex2)
Date:
Thu, 11 Jan 2001 13:10:25 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (16 lines)
Jon Diercks writes:

> #!/bin/sh
> callci "DSTAT ALL" |
>    awk '$2 ~ /MASTER/ {x = $NF;
>      sub("^\(?","/SYS/PUB/VOLUTIL \"showset ",x);
>      sub("-[0-9]+\)?$"," classes\"",x);
>      print x; }' >/tmp/vcl.$$
> . /tmp/vcl.$$
> rm /tmp/vcl.$$

...thus showing there's a reason why this stuff
is called "code." ;)

--Glenn

ATOM RSS1 RSS2