bash - How to find only the destination of a softlink
This will get the destination of the soft-link (whether it's a file or directory) and return it.
Find only destination of symlink
Good answers in all, but had a problem with the first answer using readlink (by nikitautiu) as the version that macOS is using, doesn't have the same flags …