On Fri, Sep 06, 2024 at 08:37:54AM +0800, Lockywolf wrote: > >I think this is appropriate for a loadable builtin. This one is Linux- > >specific. > > I am not experienced enough to have an opinion on whether a loadable > built-in is better than a feature of "exec".
A loadable builtin is a builtin developed independently from bash, that can be loaded into the shell with the "enable" command. Kind of like python modules. o/ emanuele6