"Neal R. Dalton" <[EMAIL PROTECTED]> 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
On Wed, 20 Nov 1996, Bruce Perens wrote:
> If you want to echo the list of files in the current directory, use:
>
> echo *
The point is this doesn't work. Is there a working version of csh?
Neal
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTE
If you really want to echo an asterisk, use:
echo '*'
If you want to echo the list of files in the current directory, use:
echo *
If the current directory is empty, you will get the "no match" message.
Is that what is happening?
Bruce
--
Bruce Perens K6BP [EMAIL PROTE
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.
Thanks,
Neal
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]
4 matches
Mail list logo