Index of /bashinfo/source/bash-2.04/examples/scripts.v2

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] PERMISSION 10-May-1995 11:05 2.2K [   ] arc2tarz 09-May-1995 14:24 1.9K [   ] bashrand 16-Oct-1996 13:44 1.6K [   ] cal2day.bash 25-Nov-1997 15:53 1.2K [   ] cdhist.bash 16-Oct-1996 15:54 2.9K [   ] corename 09-May-1995 16:59 1.0K [   ] fman 10-May-1995 16:08 7.2K [   ] frcp 09-May-1995 12:41 7.1K [   ] lowercase 28-May-1996 17:32 933 [   ] ncp 09-May-1995 13:59 5.2K [   ] newext 10-May-1995 16:21 1.4K [   ] nmv 09-May-1995 13:59 5.2K [   ] pages 09-May-1995 13:16 4.5K [   ] pf 09-May-1995 12:54 3.3K [   ] pmtop 16-Oct-1996 14:02 332 [   ] rename 19-Jan-2000 12:09 3.0K [   ] repeat 29-Jun-1998 10:45 3.0K [   ] shprof 21-Dec-1995 11:35 1.3K [   ] untar 10-May-1995 17:32 2.0K [   ] uudec 09-May-1995 13:28 740 [   ] uuenc 09-May-1995 13:25 1.6K [   ] vtree 10-May-1995 17:36 4.8K [   ] where 09-May-1995 14:55 2.6K
This collection of scripts was originally written for ksh-88 by
John DuBois <spcecdt@armory.com>.  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:

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.

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