Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.realpaths-1.0.1 | 2017-01-30 | 1.7 kB | |
realpaths-1.0.1.tar.gz | 2017-01-30 | 116.1 kB | |
README.txt | 2017-01-30 | ||
README | 2017-01-30 | ||
realpaths.tar.gz | 2015-02-12 | ||
README.realpaths-1.0.1.txt | 2014-12-23 | ||
Totals: 6 Items | 117.8 kB | 0 |
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" To build this C program do: $ tar -xzf realpaths-1.0.1.tar.gz $ cd realpaths-1.0.1 $ ./configure $ make $ make install $ realpaths -h $ man realpaths ------------------------------------------------------------- LICENSE released as public domain by origional author who work is wholely origional, as-is ------------------------------------------------------------- ChangeLog realpaths (1.0.1) beta; urgency=low * minor cc warning fixes -- John Hendrickson <debguy@sourceforge.net> Sun, 29 Jan 2017 10:51:30 -0500 realpaths (1.0.1) unstable; urgency=low * added gnu autotools (build + packaging facilities) * allow -n (be more compat with similar prog) * -r string terminate issue: did strcpy before str[readlink()]=0, fixed * -r output /foo// was "legal" but was unsightly -- John Hendrickson <debguy@sourceforge.net> Sat, 20 Dec 2014 12:00:41 -0500 realpaths (1) beta; urgency=low * initial release -- John Hendrickson <debguy@sourceforge.net> Sun, 19 May 2013 21:39:32 -0400