Top > All Packages in Directory > Aardvark Shellutils

Aardvark Shellutils - Three utilities to make working with shell scripts easier

The Aardvark Shell Utils collection includes the following three utilities:
 Realpath- implementation of the 'realpath' function for returning
 the canonicalized absolute pathname of an input path. This
 generates an absolute pathname with all symlinks resolved and all
 '.' and '..' characters removed. Many commands do not work well
 with relative paths or paths containing symlinks. Realpath
 resolves these absolute paths.
 Filebase- returns the base portion of a filename, that is the
 filename with its extension (e.g. .txt) removed. It returns
 everything preceeding the last period in the input string. The
 period itself is not returned.
 Fileext- returns the extension portion of a filename
 (e.g. txt). It returns everything following the last period in the
 input string. The period itself is not returned.
 


Obtaining

Web pagehttp://www.laffeycomputer.com/shellutils.html
Source tarball http://downloads.laffeycomputer.com/current_builds/shellutils/aardvark_shell_utils-1.0.tar.gz
Version 1.0 (stable) released on 2003-12-23
Licensed under The GNU General Public License, Version 2 or later.
This is not a GNU package.

Support contacts

Help List<software@laffeycomputer.com>
Developer List<software@laffeycomputer.com>
Bug List<software@laffeycomputer.com>

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
ProgramsRealpath, fileext, filebase
Source languagesC
Related programsshellutils, coreutils

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2004-01-29
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.