Commit Graph

1 Commits (59fc357849d51eb3907cd21770ca19d1b487e8f2)

Author SHA1 Message Date
Yacin Nadji 67082674c4 add aardvark_shell_utils
Aardvark shell utils includes three helpful programs:

realpath(1) is an implementation of the realpath(3) function for returning the
canonicalized absolute pathname of an input path.
filebase(1) returns the base portion of a filename, that is the filename with
its extension (e.g. .txt) removed.
fileext(1) returns the extension portion of a filename (e.g. txt).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-10 21:00:58 -08:00