HP3000-L Archives

September 1996, 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:
Ross Scroggs <[log in to unmask]>
Reply To:
Ross Scroggs <[log in to unmask]>
Date:
Thu, 12 Sep 1996 13:21:41 PDT
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
>
> I've got some MPE/iX command files that need to work on files that exist in
> the Posix name space.  I have had excellent success just running the
> appropriate command from HPBIN.SYS and passing the parameters in quotes.
> However, I have just discovered that passing wild cards doesn't seem to
> work.  For example, let's say I've got a file called "fred.091196". The
> following command works just fine:
>
>   LS.HPBIN.SYS "fred.091196"
>
> But the following command returns a "file not found" message:
>
>   LS.HPBIN.SYS "fred.*"
>
> Is there a "trick" to getting this to work?  Or will it simply not work
> unless I am actually running in the Posix shell?
>
> Gary
>
Gary,
 
Typically the shell expands wildcards. Non-shell programs can be linked
with a special library LIBCWC.LIB.SYS that expands MPE wildcard characters
in their ;INFO strings. (Page 8-20 HP C/iX Ref. manual.)
 
Ross
 
--
--------------------------------------------------------------------
Ross Scroggs                         email: [log in to unmask]
Telamon, Inc.                          CIS: 76011,2234
492 Ninth Street, Suite 310          voice: 510-987-7700
Oakland, CA 94607-4098                 fax: 510-987-7009
--------------------------------------------------------------------

ATOM RSS1 RSS2