码迷,mamicode.com
首页 > 系统相关 > 详细

shell 函数

时间:2019-06-16 21:40:54      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:参数传递   link   定义   pos   范围   this   UNC   函数参数   span   

函数定义

$ cat demo.sh 
#! /bin/bash

function fun() 
{
    echo "this is a function"
}

fun

$ ./demo.sh this is a function

 

函数参数、返回值

 

shell 函数

标签:参数传递   link   定义   pos   范围   this   UNC   函数参数   span   

原文地址:https://www.cnblogs.com/rivsidn/p/11032929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!