[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature request: process title with exec -a "" for oneself
From: |
Emanuele Torre |
Subject: |
Re: Feature request: process title with exec -a "" for oneself |
Date: |
Fri, 6 Sep 2024 07:56:16 +0200 |
User-agent: |
Mutt/2.2.13 (2024-03-09) |
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