On Mon, 30 Nov 1998, Dan Busarow wrote:
> On Mon, 30 Nov 1998, Eivind Eklund wrote:
> > I was thinking of implementing something like the scheme at
> > http://www.freebsd.org/~eivind/newrc.tar.gz (which is just me speaking
> > in code instead of attempting to convey everything in words), and then
>
> Quick question, where does $( in
>
> for _rcscript in $(
>
> get set? I don't recognize that as a shell builtin.
$(command) == `command`
$() is the POSIX way and a lot less prone for confusion with the
single quote.
I'll note that this is the same big for-loop that I suggested
would scare a newbie into running to their mother in another message.
Adrian
--
[ adrian@ubergeeks.com -- Ubergeeks Consulting -- http://www.ubergeeks.com/ ]
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message