| argv0
Version: 1.0 Author: Phillip Vandry FTP: |
Emulates UNIX argv0 (manipulate argv array passed to programs). Runs
shell scripts with #!/... syntax. Runs s16 programs with arguments.
|
| awk
Version: 1.0 Author: Ported by Jawaid Bazyar FTP: ground.isca.uiowa.edu |
A port of AT&T's AWK string processing language.
|
| expr
Version: 1.1 Author: Phillip Vandry |
Evaluates matehmatical expressions; prints result in normal and
scientific notation. Uses C like syntax.
|
| rndname
Version: 4.1 Author: Soenke Behrens FTP: ftp://apple2.caltech.edu/pub/apple2/shellutils |
Creates random names by a set of certain rules.
|
| tee
Version: 1.2 (8 Sep 96) Author: Devin Reade FTP: apple2.caltech.edu grind.isca.uiowa.edu |
Tee copies stdin to stdout, by default without buffering. It
also makes a copy of the data to a specified file(s). It is useful
when you want to watch the output of a process, but also save it.
|
| test
Version: 1.0 (9 Feb 96) Author: Devin Reade FTP: apple2.caltech.edu ground.isca.uiowa.edu |
The test utility evaluates string and integer expressions and, if
it evaluates to true, returns a zero (true) exit status; otherwise it
returns 1 (false). Test is used mainly in shell scripts.
|
| xargs
Version: 0.9 (3 Mar 95) Author: Jeremy Rand. FTP: ground.isca.uiowa.edu |
Pass parameters to a command through standard input.
|