I defined a function in bash. I forgot what it was, specifically. I wanted to see all of the functions.
declare -f - functions+body
declare -F - functions
I defined a function in bash. I forgot what it was, specifically. I wanted to see all of the functions.
declare -f - functions+body
declare -F - functions