On Tue, Jun 25, 2024 at 3:32 PM Emanuele Torre <torreemanue...@gmail.com> wrote: > There are actually ways to call them: > > $ %f(){ echo hi;} > $ compgen -F %f > bash: compgen: warning: -F option may not work as you expect > hi
Neat
On Tue, Jun 25, 2024 at 3:32 PM Emanuele Torre <torreemanue...@gmail.com> wrote: > There are actually ways to call them: > > $ %f(){ echo hi;} > $ compgen -F %f > bash: compgen: warning: -F option may not work as you expect > hi
Neat