Google+ reshared post
Want to find the definition of a bash function? Location of file where it is defined? Try
declare -f foo
shopt -s extdebug
declare -F foo
How to find bash shell function source code on Linux/Unix
Importé de Google+
Google+ reshared post
Want to find the definition of a bash function? Location of file where it is defined? Try
declare -f foo
shopt -s extdebug
declare -F foo
How to find bash shell function source code on Linux/Unix
Importé de Google+