Mac - Use readlink in Mac OS X
Table of Contents
#
Mac - Use readlink in Mac OS X
- install
coreutils
brew install coreutils
- test greadlink
greadlink -f <file name>
- alias command line
alias readlink=greadlink
refer - How can I get the behavior of GNU’s readlink -f on a Mac?;