Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 351 Bytes

get-sym-link.md

File metadata and controls

5 lines (4 loc) · 351 Bytes

readlink 사용법

  • readlink는 심볼릭 링크의 정보를 읽고 출력하는 프로그램이다
  • -f 옵션을 사용하면 심볼릭 링크 원본의 절대경로를 확인할 수 있다
  • MacOS에서 illegal option이라고 나오는 경우는 coreutils에 들어있는 greadlinkreadlink를 대체하면 해결 가능하다