shell

作者: 眼泪成诗HOCC | 来源:发表于2019-06-18 15:27 被阅读0次

    1.运行:

    1.作为可执行程序

    chmod +x ./test.sh     #使脚本具有执行权限

    ./test.sh     #执行脚本

    2.作为解释器参数

    /bin/sh test.sh

    /bin/php test.php


    2.Shell变量:

    注:变量名和等号之间不能有空格

    your_name="beijing"

    echo $your_name

    杜锋

    相关文章

      网友评论

          本文标题:shell

          本文链接:https://www.haomeiwen.com/subject/jsnxqctx.html