Bash¶ Prints sources of bash function:¶ sample_function() { echo "Hello, World!" } type -a sample_function