function
Verified for current stable LTS
Function Command: Run Function
Use for run function with Function. Exact CLI syntax to run function using Function.
When to use this: Use for run function with Function.
Command Syntax
func_name func_name Command Breakdown
func_name is the base executable for this command.
FAQ
Purpose: Exact syntax to run function using Function.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Function Command: Define Function With Keyword
function <func_name> { <echo "Function contents here">; } Function Command: Define Function With Name function <func_name> { <echo "Function contents here">; } Function Command: Define Function Without Keyword <func_name>() { <echo "Function contents here">; } Function Command: Display Function Help help function Function Command: Display Help For Function help function