Free Software gives us essential freedom that other software denies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Usage: canonpath <path> | |
# No physical check on the filesystem, but a logical cleanup of a | |
# path. | |
# Uses perl. | |
function canonpath () | |
{ perl -MFile::Spec -e 'print File::Spec->canonpath($ARGV[0])' "$1"; } | |
[]: {{{1
File : README.md
Maintainer : Felix C. Stegerman <[email protected]>
Date : 2013-05-25
[]: }}}1
[]: {{{1
NewerOlder