$ readlink -m FILE/path/to/FILE
This is better than readlink -e FILE
or realpath
, because it works even if the file doesn't exist.
$ readlink -m FILE/path/to/FILE
This is better than readlink -e FILE
or realpath
, because it works even if the file doesn't exist.