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:
Gary Dietz <[log in to unmask]>
Reply To:
Gary Dietz <[log in to unmask]>
Date:
Thu, 12 Sep 1996 13:07:57 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 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

ATOM RSS1 RSS2