Thanks. Did not really understand it at first. Making for sense now.
Thanks. IIRC, readlink
isnāt installed as a Mac default. It can be installed using Homebrewā via this command line:
brew install coreutils
As regards a āmanualā for readlink, users with Dash installed, add āmanpagesā and you can read about readlink in a UI rather than having to use terminal.
@ndpi is there a method to do this using plain vanilla Mac install. I ask as many users here arenāt techies or CompSci folk so ājustā installing *nix command line tools isnāt always comfortable feeling or a simple task. Thanks for your help with this.
ā . Homebrew is also not a default Mac install, so if you donāt have that youād need to install it (see https://brew.sh for more) before installing coreutils
. Sorry there isnāt a more user-friendly method for non-tech users.
Always a good thing to check. The BSD version of readlink
should be installed by default at /usr/bin/readlink
. Homebrew packages the more modern, feature-rich GNU utilities.
It looks like Apple has a man page in their online archives for the system call but not the utility; thereās a copy available on a 3rd party site here: readlink(1) [osx man page]