Re: feeding a script from standard input

Mike Castle <[email protected]> Wed, 28 Jan 2004 23:30:16 -0800
Newsgroups gmane.linux.console
Message-ID <[email protected]>
On Wed, Jan 28, 2004 at 12:34:17PM -0800, Jeffrey Holle wrote:
> Thanks for this, works without the quotes!


Better to use "$@".

Otherwise if you do something like  *.foo and any of those names has spaces
in it, it would fail.  Only "$@" will get that case right.

Even the people who designed that feature call it magic.

mrc
-- 
     Mike Castle      [email protected]      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
-
To unsubscribe from this list: send the line "unsubscribe linux-console" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html