获取文件当前路径

获取文件当前路径

我们linux获取文件当前路径一般问

#逼格不够高

[root@xxxx]# pwd  

高逼格

SHELL_FOLDER=$(dirname $(readlink -f "$0"))
05-02 09:54