This collection of scripts was originally written for older versions
This collection of scripts was originally written for older versions
of bash by Noah Friedman (friedman@gnu.ai.mit.edu).  The conversion
to bash v2 syntax was done by Chet Ramey.

These scripts are as-is; there is no copyright associated with
any of them.  They exist simply as examples of bash scripting.

Here's a description of what's in this directory:

aref.bashpseudo-arrays and substring indexing examples
bash.sub.bashlibrary functions used by require.bash
bash_version.basha function to slice up $BASH_VERSION
meta.bashenable and disable eight-bit readline input
mktmp.bashmake a temporary file with a unique name
number.basha fun hack to translate numerals into english
prompt.basha way to set PS1 to some predefined strings
remap_keys.basha front end to `bind' to redo readline bindings
require.bashlisp-like require/provide library functions for bash
send_mail.bashreplacement smtp client written in bash
shcat.bashbash replacement for `cat'
source.bashreplacement for source that uses current directory
string.bashthe string(3) functions at the shell level
stty.bashfront-end to stty that changes readline bindings too
y_or_n_p.bashprompt for a yes/no/quit answer