[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable output
From: |
Grisha Levit |
Subject: |
Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs |
Date: |
Fri, 19 Oct 2018 16:21:27 -0400 |
On Fri, Oct 19, 2018 at 3:51 PM Greg Wooledge <wooledg@eeg.ccf.org> wrote:
> On Fri, Oct 19, 2018 at 09:41:41PM +0200, Ricky Tigg wrote:
> > $ set | grep SSL
> > SSLKEYLOGFILE=/home/user/test
> > _=SSLKEYLOGFILE
I guess it's a bit surprising that $_ is set to just the variable name
and not "the last argument to the previous command", which would be
the full assignment string.
- GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs, Ricky Tigg, 2018/10/19
- Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs, Greg Wooledge, 2018/10/19
- Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs,
Grisha Levit <=
- Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs, Robert Elz, 2018/10/22
- Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs, Robert Elz, 2018/10/23
- Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs, Bob Proulx, 2018/10/23
- Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs, Robert Elz, 2018/10/24
- Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs, Chet Ramey, 2018/10/24