show/hide this revision's text 3 Clarify title; fix BSD

How do i can I get the behavior of GNU's readlink -f on a Mac?

On Linux, the readlink utility accepts an option -f that follows additional links. This doesn't seem to work on Mac and possibly bsd BSD based systems. What would the equivalent be?

Here's some debug information:

$ which readlink; readlink -f
/usr/bin/readlink
readlink: illegal option -f
usage: readlink [-n] [file ...]
show/hide this revision's text 2 Added some debugging information, per request

On Linux, the readlink utility accepts an option -f that follows additional links. This doesn't seem to work on Mac and possibly bsd based systems. What would the equivalent be?

Here's some debug information:

$ which readlink; readlink -f
/usr/bin/readlink
readlink: illegal option -f
usage: readlink [-n] [file ...]
show/hide this revision's text 1

How do i readlink -f on a Mac?

On Linux, the readlink utility accepts an option -f that follows additional links. This doesn't seem to work on Mac and possibly bsd based systems. What would the equivalent be?