$FUNCNAME  –  Function Call Stack

$FUNCNAME contains the names of shell functions on the execution call stack.

The name of the currently executed function is ${FUNCNAME[0]}, the name of the calling function is ${FUNCNAME[1]} and so on. The element with the highest index has value main.

BashSupport Pro is a Bash IDE with support for $FUNCNAMEtry it now!
© 2020–2024 Joachim Ansorg
Imprint
Privacy Policy
Legal