Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fpn

voltrevo16MIT0.0.2

Utility to show full path name of a file.

full, path, name, utility

readme

fpn

Utility to show full path name of a file.

Usage

$ npm install -g fpn
$ fpn foobar
/path/to/current/dir/foobar
$ fpn fileThatDoesntExist
Error: fileThatDoesntExist not found

(Or if you don't use npm, just grab the fpn file from github and put it somewhere reachable by your PATH.)