source: vendor/bash/3.1-p17/examples/scripts.noah/README

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 1.2 KB
Line 
1This collection of scripts was originally written for older versions
2of bash by Noah Friedman (friedman@gnu.ai.mit.edu). The conversion
3to bash v2 syntax was done by Chet Ramey.
4
5These scripts are as-is; there is no copyright associated with
6any of them. They exist simply as examples of bash scripting.
7
8Here's a description of what's in this directory:
9
10aref.bash pseudo-arrays and substring indexing examples
11bash.sub.bash library functions used by require.bash
12bash_version.bash a function to slice up $BASH_VERSION
13meta.bash enable and disable eight-bit readline input
14mktmp.bash make a temporary file with a unique name
15number.bash a fun hack to translate numerals into english
16prompt.bash a way to set PS1 to some predefined strings
17remap_keys.bash a front end to `bind' to redo readline bindings
18require.bash lisp-like require/provide library functions for bash
19send_mail.bash replacement smtp client written in bash
20shcat.bash bash replacement for `cat'
21source.bash replacement for source that uses current directory
22string.bash the string(3) functions at the shell level
23stty.bash front-end to stty that changes readline bindings too
24y_or_n_p.bash prompt for a yes/no/quit answer
Note: See TracBrowser for help on using the repository browser.