Up to Parent Directory

Index Last Updated: Thu Aug 16 0:32:12 2001

Parent Directory at Master Site: http://trenco2.gno.org/pub/apple2/gs.specific/gno
Current Directory at Master Site: http://trenco2.gno.org/pub/apple2/gs.specific/gno/scripting
Current Directory: /pub/apple2/gs.specific/gno/scripting

Most files are available by three methods. The file name link downloads files from the server you are currently on using the HTTP protocol. The HTTP and FTP links following the file name will retrieve the file from the master Trenco archive using the HTTP or FTP protocols, respectively.


argv0.100.shk (12 k) Retrieve from Trenco by HTTP or by FTP.

argv0 Emulates UNIX argv0 (manipulate argv array passed to programs). Runs shell scripts with #!/... syntax. Runs s16 programs with arguments. [version 1.0]

bang.100.shk (19 k) Retrieve from Trenco by HTTP or by FTP.

bang This utility is used to access the gsh(1) command history buffer. It has similar functionality to the "!" built-in command for csh(1) or bash(1). [version 1.0]

basename.10.shk (62 k) Retrieve from Trenco by HTTP or by FTP.

basename Shows only the basename of a given fully expanded filename. [version 1.0]

chat.100.shk (6 k) Retrieve from Trenco by HTTP or by FTP.

chat Sends strings and waits for strings. Used to send modem commands and wait for replies, etc.. [version 1.0]

chat.200.shk (26 k) Retrieve from Trenco by HTTP or by FTP.

chat Sends strings and waits for strings. Used to send modem commands and wait for replies, etc.. [version 2.0]

dirname.10.shk (62 k) Retrieve from Trenco by HTTP or by FTP.

dirname Shows only the directory name of a given fully expanded filename. [version 1.0] This is a symbolic link to basename.10.shk

echo.100.shk (7 k) Retrieve from Trenco by HTTP or by FTP.

echo This is a replacement for the shell builtin 'echo'. This version of echo can ring the console bell, clear the screen before printing its arguments, delete the last newline or output just a CR as a terminator. [version 1.0]

echo.100.txt (1 k) Retrieve from Trenco by HTTP or by FTP.

Information file for the echo.100.shk archive.

foreach.100.shk (12 k) Retrieve from Trenco by HTTP or by FTP.

foreach This utility provides a limited loop construct to gsh(1). Used for scripting. [version 1.0]

install.100.shk (29 k) Retrieve from Trenco by HTTP or by FTP.

install Install is similar to cp(1) in that it copies files. It will also create directory hierarchies, modify certain access bits, and convert TXT or SRC files into shell shell scripts (by changing the file and aux types). It is intended for use with Makefiles or other scripts to install files into their destination directories. [version 1.0]

nohup.100.shk (41 k) Retrieve from Trenco by HTTP or by FTP.

nohup Invoke a command immune from hangups. [version 1.0]

printf.100.shk (46 k) Retrieve from Trenco by HTTP or by FTP.

printf Formatted output at shell command level. [version 1.0]

test.100.shk (35 k) Retrieve from Trenco by HTTP or by FTP.

test 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. [version 1.0]

timelimit11.shk (21 k) Retrieve from Trenco by HTTP or by FTP.

timelimit Limits the run time of a process; when the time is up, it either sends the specified process a series of SIGINTs, or a SIGINT followed by a SIGKILL. [version 1.1]

timelimit12.shk (30 k) Retrieve from Trenco by HTTP or by FTP.

timelimit Limits the run time of a process; when the time is up, it either sends the specified process a series of SIGINTs, or a SIGINT followed by a SIGKILL. [version 1.2]

xargs.009.shk (30 k) Retrieve from Trenco by HTTP or by FTP.

xargs Pass parameters to a command through standard input. [version 0.9]


Up to Parent Directory
Trenco Archive Home Page