How can I get the behavior of GNU’s readlink -f on a Mac? [closed]
IT Nursery
May 6, 2022
0
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?