BASIS  version 1.2.3 (revision 2104)
Functions
core.sh File Reference

Core functions for BASH. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

function basis_array_to_quoted_string (in var, in elements)
 Build quoted string from array.
function basis_split (in var, in str)
 Split (quoted) string.
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.

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 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.