Index of /bashinfo/source/bash-2.02.1/examples/scripts.noah
Name Last modified Size Description
Parent Directory -
bash.sub.bash 19-May-1995 15:24 748
y_or_n_p.bash 25-May-1995 11:19 1.8K
number.bash 25-May-1995 11:32 5.0K
shcat.bash 25-May-1995 11:33 933
meta.bash 25-May-1995 11:40 884
stty.bash 25-May-1995 11:44 1.7K
require.bash 25-May-1995 11:46 5.2K
remap_keys.bash 25-May-1995 11:58 1.9K
source.bash 25-May-1995 12:00 1.6K
PERMISSION 25-May-1995 13:52 1.4K
string.bash 25-May-1995 14:36 4.9K
aref.bash 25-May-1995 14:58 758
mktmp.bash 25-May-1995 15:45 1.8K
bash_version.bash 25-May-1995 16:15 1.0K
prompt.bash 25-May-1995 16:17 1.0K
send_mail.bash 25-May-1995 16:18 4.3K
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