For full text search please use the '?' prefix. e.g. ? Onboarding
How to Get Function Name from within Function
foo
(
)
{
# Get Function Name from within Function
echo
"Function name:
${FUNCNAME
[
0
]
}
"
}