HP3000-L Archives

July 1999, Week 1

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:
"VANCE,JEFF (HP-Cupertino,ex1)" <[log in to unmask]>
Reply To:
VANCE,JEFF (HP-Cupertino,ex1)
Date:
Fri, 2 Jul 1999 11:45:33 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (27 lines)
...
>         If I want to search for a particular
>         pattern, I would try
>
>                 cat.hpbin.sys FOO | grep "foo test"
>
>         however, it doesn't recognize "|" as the pipe. how is that
>         being represented in MPE?

The above command is easier to use from the POSIX shell.
In the CI enter:
    SH   (if you have the SH UDC cataloged)

If this does not work, enter:
    sh.hpbin.sys -L

This gets you in the POSIX shell.
Now try:
    cat FOO |grep "foo test"

Or more simply:
    grep pattern file(s)

Man pages are available in the shell.

Jeff Vance, CSY

ATOM RSS1 RSS2