OS/Linux

[shell script] current path 가져 오기

아르비스 2016. 7. 1. 16:16

PWD=$(readlink -f .)

echo "path=$PWD"