function Command Examples

Define a function. More information: https://www.gnu.org/software/bash/manual/bash.html#Shell-Functions.

function {{func_name}} { {{echo "Function contents here"}}; }

func_name