Linux中if $0,Linux dirname $0 source if
$SHELL gives the full path to yourdefaultshell.$0 gives the name of yourcurrentshell.dirname是一个命令,获取指定文件的路径dirname voctrals/test.sh的结果是voctrals。现在就可以解释cd `dirname $0`了。进入所运行的shell的目录,这样一来就可以查看目录下...