realpath
v3.0.0
Published
Expands symbolic links and prints the resolved absolute filepath
Downloads
25,629
Maintainers
Readme
realpath
Expands symbolic links and prints the resolved absolute filepath
Similar to coreutils realpath.
Install
npm install --global realpathUsage
$ realpath --help
Usage
$ realpath <filepath>
Options
--relative-to=DIR Print the resolved path relative to DIR
--no-symlinks, -s Don't expand symlinks
Example
$ realpath ../unicorn
$ realpath --no-symlinks /tmp/link
$ realpath --relative-to /Users/sindresorhus/dev ../unicorn