查找Bash脚本的绝对路径

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查找Bash脚本的绝对路径相关的知识,希望对你有一定的参考价值。

Gets the absolute path of the script itself even when it's executing, not just a simple "pwd".
  1. abspath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"

以上是关于查找Bash脚本的绝对路径的主要内容,如果未能解决你的问题,请参考以下文章

如何在 bash 中获取通过 $PATH 执行的脚本的绝对路径? [复制]

带有 OS X 的 Bash 脚本绝对路径

bash 脚本 - 打印所有正在运行的 jar 的绝对路径

bash脚本获取绝对路径的最后一个目录名称

Shell脚本——获取脚本所在的绝对路径

Shell脚本——获取脚本所在的绝对路径