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.v2/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.v2/README')
-rw-r--r-- | examples/scripts.v2/README | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/examples/scripts.v2/README b/examples/scripts.v2/README index b3d0559..74f27c5 100644 --- a/examples/scripts.v2/README +++ b/examples/scripts.v2/README @@ -7,27 +7,31 @@ any of them. They exist simply as examples of bash scripting. Here's a description of what's in this directory: -arc2tarz Convert an "arc" archive to a compressed tar archive. -corename Tell what produced a core file. -fman Fast man replacement. -frcp Copy files using ftp but with rcp-type command line syntax. -lowercase Change filenames to lower case. -ncp A nicer front end for cp (has -i, etc.). -newext Change the extension of a group of files. -nmv A nicer front end for mv (has -i, etc.). -pages Print specified pages from files. -pf A pager front end that handles compressed files. -rename Change the names of files that match a pattern. -repeat Execute a command multiple times. -untar Unarchive a (possibly compressed) tarfile into a directory. -uudec Carefully uudecode multiple files. -uuenc uuencode multiple files. -vtree Print a visual display of a directory tree. -where Show where commands that match a pattern are. +arc2tarz Convert an "arc" archive to a compressed tar archive. +cal2day.bash Convert a day number to a name. +corename Tell what produced a core file. +fman Fast man(1) replacement. +frcp Copy files using ftp(1) but with rcp-type command line syntax. +lowercase Change filenames to lower case. +ncp A nicer front end for cp(1) (has -i, etc.). +newext Change the extension of a group of files. +nmv A nicer front end for mv(1) (has -i, etc.). +pages Print specified pages from files. +PERMISSION Permissions to use the scripts in this directory. +pf A pager front end that handles compressed files. +README README +ren Rename files by changing parts of filenames that match a pattern. +rename Change the names of files that match a pattern. +repeat Execute a command multiple times. +untar Unarchive a (possibly compressed) tarfile into a directory. +uudec Carefully uudecode(1) multiple files. +uuenc uuencode(1) multiple files. +vtree Print a visual display of a directory tree. +where Show where commands that match a pattern are. The following scripts were written or converted by Chet Ramey: -bashrand Random number generator with upper and lower bounds and optional seed -cdhist cd replacement with a directory stack added -pmtop Poor man's `top' for SunOS 4.x and BSD/OS -shprof Line profiler for bash scripts +bashrand Random number generator with upper and lower bounds and optional seed. +cdhist.bash cd replacement with a directory stack added. +pmtop Poor man's 'top(1)' for SunOS 4.x and BSD/OS. +shprof Line profiler for bash scripts. |