diff --git a/pages/common/declare.md b/pages/common/declare.md index e716aac97..a17c98f5d 100644 --- a/pages/common/declare.md +++ b/pages/common/declare.md @@ -1,7 +1,7 @@ # declare > Declare variables and give them attributes. -> More information: . +> More information: . - Declare a string variable with the specified value: @@ -26,3 +26,7 @@ - Declare a global variable within a function with the specified value: `declare -g {{variable}}="{{value}}"` + +- Print a function definition: + +`declare -f {{function_name}}`