[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: csh * expantion problem



"Neal R. Dalton" <nrd@XOX.com> writes:
> Under csh (not a link to tcsh), when I do a "echo *", I get the following 
> error:
> 
>   echo: No match.
> 
> It work on other OSs.

I tried

  echo *

in an empty directory on a Solaris, SunOS, and HP/UX -- all the
`csh' and `tcsh' agree -- they are unified in saying:

  echo: No match.

Then, I said

  set nonomatch
  echo *

and, lo and behold, they all echoed a `*' at me.

> The point is this doesn't work.  Is there a working version of csh?

Fix your shell script.

- Hari

-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: