2022年7月6日(水) 18:04 Martin D Kealey <[email protected]>: > 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
