diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-09 16:13:32 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-09 16:15:01 -0700 |
commit | 2d698b6e42d8dca191ac795ef5dba3bf62496eec (patch) | |
tree | ac5e0b67043c50f49160e9fe407435706cf30444 /examples/scripts.noah/README | |
parent | f1250933e4a2ac09a3d0b25b3877068e12f44da5 (diff) | |
download | vyatta-bash-2d698b6e42d8dca191ac795ef5dba3bf62496eec.tar.gz vyatta-bash-2d698b6e42d8dca191ac795ef5dba3bf62496eec.zip |
Integrate bash 3.2 version
This is merge of current Debian stable (Lenny) version of Bash
with Vyatta changes.
Diffstat (limited to 'examples/scripts.noah/README')
-rw-r--r-- | examples/scripts.noah/README | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/examples/scripts.noah/README b/examples/scripts.noah/README index a33860b..95272d7 100644 --- a/examples/scripts.noah/README +++ b/examples/scripts.noah/README @@ -7,18 +7,20 @@ 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 +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. +PERMISSION Permissions to use the scripts in this directory. +prompt.bash A way to set PS1 to some predefined strings. +README README +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(1)'. +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(1) that changes readline bindings too. +y_or_n_p.bash Prompt for a yes/no/quit answer. |