BASIS  r3148
core.sh File Reference

Core functions for Bash development. More...

Go to the source code of this file.

Functions

function import (in options, in module)
 Import Bash module.
function match (in value, in pattern)
 This function implements a more portable way to do pattern matching.
function upvar (in var, in values)
 Assign variable one scope above the caller.
function upvars ()
 Assign variables one scope above the caller.

Detailed Description

Core functions for Bash development.

This is the core module of the BASIS utilities for Bash. It implements fundamental functions for the development in Bash. Therefore, this module has to be kept independent of any other modules and shall only make use of Bash builtin's and basic commands.

Copyright (c) 2011, 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file core.sh.