Yo Hal!

On Sat, 13 Oct 2018 14:16:46 -0700
Hal Murray <hmur...@megapathdsl.net> wrote:

> > I see no 'export' in your example.  
> 
> sh-4.4$ export foo=3
> sh-4.4$ echo $foo
> 3
> sh-4.4$ (foo=4; echo $foo)
> 4
> sh-4.4$ echo $foo
> 3
> sh-4.4$ 

Now I see export, but not the test I wanted:

$ export foo=3
$ (export foo=4; echo $foo)
$ echo $foo

Notice I have export twice?  You just have it once.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        g...@rellim.com  Tel:+1 541 382 8588

            Veritas liberabit vos. -- Quid est veritas?
    "If you can’t measure it, you can’t improve it." - Lord Kelvin

Attachment: pgpflgt_OANeR.pgp
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to