Linux Bash-函数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux Bash-函数相关的知识,希望对你有一定的参考价值。
定义:
function FUNCNAME{
command
}
FUNCNAME(){
command
}
自定义函数执行状态返回值:
return #
函数传参:
$n:函数参数。
以上是关于Linux Bash-函数的主要内容,如果未能解决你的问题,请参考以下文章
setV:一个管理 Python 虚拟环境的 Bash 函数 | Linux 中国
在 linux bash 中运行 php 脚本(php 函数)