Re: ${!#} doesnt get into history in interactive

2022-08-24 Thread Dennis Williamson
On Wed, Aug 24, 2022, 9:07 AM Alex fxmbsw7 Ratchev wrote: > debian 5.2.0(1)-beta bash > > i did code lightly in interactive > then i did > > set -- 1 2 3 > echo ${!#} > > then arrow up > .. both cmds were skipped , and on the term was rather the old code , which > i previously wrote > > then i di

Re: ${!#} doesnt get into history in interactive

2022-08-24 Thread Alex fxmbsw7 Ratchev
On Wed, Aug 24, 2022, 21:15 Dennis Williamson wrote: > > > On Wed, Aug 24, 2022, 9:07 AM Alex fxmbsw7 Ratchev > wrote: > >> debian 5.2.0(1)-beta bash >> >> i did code lightly in interactive >> then i did >> >> set -- 1 2 3 >> echo ${!#} >> >> then arrow up >> .. both cmds were skipped , and on t