ABOUT
Print absolute paths of files. All paths that exist are printed.
(ie, noting softlinks and mount points can be need revealing).
realpaths(1) is a realpath(3) clone and was made due to
some realpath bugs.
unlike realpath(3), realpaths(1) does not bake or guess part of
the path: it only uses info from Linux and or libc from the
filesystem of real files. It runs about same speed though.
It's important when dealing with symlinks and mounts to use
real information.
realpath(3) has a coulple other glitches i noted however some
might be found in realpaths(1) - - but the major issue is
whether guessing is allowed.
it is NOT tested by a world of people so note it's "a beta"
Features
- uncovers the trickiest symlink and mount point combinations
- does not bake parts of the path
- does not use system calls which guess dots or allow non-existent files
- being doubly sure of the right and current path for your real file is nice
Categories
Systems AdministrationLicense
Public DomainFollow realpaths
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of realpaths!