学习shell script中

今天看了shell script的条件判断式,有一个地方需要注意的哦

在利用function中,

定义

function  FunctionName( )时有带括号


在使用Function时,后面是不带括号的哦 !

你可能感兴趣的:(linux,shell,function)