Index of /bashinfo/source/bash-2.01.1/examples/scripts.noah

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] PERMISSION 25-May-1995 13:52 1.4K [TXT] aref.bash 25-May-1995 14:58 758 [TXT] bash.sub.bash 19-May-1995 15:24 748 [TXT] bash_version.bash 25-May-1995 16:15 1.0K [TXT] meta.bash 25-May-1995 11:40 884 [TXT] mktmp.bash 25-May-1995 15:45 1.8K [   ] number.bash 25-May-1995 11:32 5.0K [   ] prompt.bash 25-May-1995 16:17 1.0K [TXT] remap_keys.bash 25-May-1995 11:58 1.9K [TXT] require.bash 25-May-1995 11:46 5.2K [TXT] send_mail.bash 25-May-1995 16:18 4.3K [TXT] shcat.bash 25-May-1995 11:33 933 [TXT] source.bash 25-May-1995 12:00 1.6K [TXT] string.bash 25-May-1995 14:36 4.9K [TXT] stty.bash 25-May-1995 11:44 1.7K [TXT] y_or_n_p.bash 25-May-1995 11:19 1.8K
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.bash		pseudo-arrays and substring indexing examples
bash.sub.bash		library functions used by require.bash
bash_version.bash	a function to slice up $BASH_VERSION
meta.bash		enable and disable eight-bit readline input
mktmp.bash		make a temporary file with a unique name
number.bash		a fun hack to translate numerals into english
prompt.bash		a way to set PS1 to some predefined strings
remap_keys.bash		a front end to `bind' to redo readline bindings
require.bash		lisp-like require/provide library functions for bash
send_mail.bash		replacement smtp client written in bash
shcat.bash		bash replacement for `cat'
source.bash		replacement for source that uses current directory
string.bash		the string(3) functions at the shell level
stty.bash		front-end to stty that changes readline bindings too
y_or_n_p.bash		prompt for a yes/no/quit answer