美文网首页
shell 得到当前目录

shell 得到当前目录

作者: charlieyan | 来源:发表于2018-05-15 21:46 被阅读0次
    scriptdir=$(cd $(dirname $0); pwd -P)
    echo $scriptdir
    

    输出就是当前目录的位置

    相关文章

      网友评论

          本文标题:shell 得到当前目录

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