On Fri, Oct 19, 2018 at 3:51 PM Greg Wooledge <wool...@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.