3.2.118 readlink
readlink
This function returns the name of a file pointed to by a symbolic link.
Be aware that the returned symlink may be relative to the location you specified. For instance, you may say: readlink "/usr/local/src/express/yourself.h" and readlink might return: ../express.1.23/includes/yourself.h
which is not directly usable as a filename unless your current directory happens to
be |
|