Functions
path.sh File Reference

Path manipulation functions. More...

Go to the source code of this file.

Functions

function abspath (in path)
 Get absolute path given a relative path. More...
 
function normpath (in path)
 Clean path, i.e., remove occurences of "./", duplicate slashes,... More...
 
function realpath (in path)
 Get canonical file path. More...
 

Detailed Description

Path manipulation functions.

Definition in file path.sh.