Categories
Unix Notes

List functions defined in shell

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