On Wed, Aug 24, 2022, 21:15 Dennis Williamson <dennistwilliam...@gmail.com> wrote:
> > > On Wed, Aug 24, 2022, 9:07 AM Alex fxmbsw7 Ratchev <fxmb...@gmail.com> > 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 did >> >> echo ${!#} >> >> arrow up >> .. the old cmd again >> >> attached is a pic from camera on that screen >> >> imo i dont have much in bashrc >> pic of that also >> > > set +o histexpand > is this a bug, i see it as wrong feature the set -- 1 2 3 line was also gone - why ? it printed for !# 3 it didnt histexpand-act .. >