readlink / realpath#
Resolve symlinks / absolute paths.
$ readlink /etc/resolv.conf
$ readlink -f /etc/resolv.conf
$ realpath ~/.bashrc
Resolve symlinks / absolute paths.
$ readlink /etc/resolv.conf
$ readlink -f /etc/resolv.conf
$ realpath ~/.bashrc