HP3000-L Archives

August 2004, Week 3

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:
Mark Wonsil <[log in to unmask]>
Reply To:
Mark Wonsil <[log in to unmask]>
Date:
Fri, 20 Aug 2004 22:37:36 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
HP-3000 Systems Discussion wrote:
> I'm working on chasing down job stream hierarchy. Starting
> with a main job, and
> the jobs it streams, identify the next layer of jobs those
> jobs stream, and so
> on. Three layers down, I am finding jobs that stream anywhere from
> three dozen jobs to over a hundred.

You can use the shell and your old friend grep:

$ fgrep "stream" /SYS/ARPA/*

And

$ fgrep "STREAM" /SYS/ARPA/*

A better Unix-head than I may know how to do it caseless or as an "OR"...

Mark W.

P.S. Use grep instead of fgrep to use regular expressions if not just
matching a whole string.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2