쉘 스크립트에서 아래와 같이 readlink -e를 이용하면 되는데..
VAR = `readlink -e ${PWD}/../../` |
man page 상을는 존재하는 경로에 한해서 실행하라고 해서
무조건적으로 변환하는건 아닌거 같기도 하고.. 모호하다 모호해 ㅠㅠ
-f, --canonicalize canonicalize by following every symlink in every component of the given name recursively; all but the last component must exist -e, --canonicalize-existing canonicalize by following every symlink in every component of the given name recursively, all components must exist -m, --canonicalize-missing canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence |
[링크 : http://stackoverflow.com/questions/4175264/retrieve-absolute-path-given-relative-linux-shell]
'Linux' 카테고리의 다른 글
ntp monlist (0) | 2015.01.22 |
---|---|
top manpage (0) | 2014.12.30 |
lightdm 실행하지 않도록 하기 (0) | 2014.12.24 |
우분투 Atom Z510 하드웨어 지원 중단 (0) | 2014.12.24 |
linux X-window 축 뒤집기 (0) | 2014.12.24 |