2022年7月6日(水) 18:04 Martin D Kealey <mar...@kurahaupo.gen.nz>:
> Perhaps
>
> function -E funcname { … }

FWIW, an existing syntax for the "per-function set -o functrace / set
-T" is like

function funcname { ... }
declare -ft funcname    # Note: -ft is a combination of two options -f and -t

--
Koichi

Reply via email to