Index for ftp://ftp.gno.org/pub/apple2/gs.specific/gno/scripting This index was last updated: Thu Aug 16 0:32:12 2001 ---------------------------------------------------------------------- argv0.100.shk 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 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 basename -- Shows only the basename of a given fully expanded filename. [version 1.0] chat.100.shk chat -- Sends strings and waits for strings. Used to send modem commands and wait for replies, etc.. [version 1.0] chat.200.shk chat -- Sends strings and waits for strings. Used to send modem commands and wait for replies, etc.. [version 2.0] dirname.10.shk dirname -- Shows only the directory name of a given fully expanded filename. [version 1.0] echo.100.shk 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 Information file for the echo.100.shk archive. foreach.100.shk foreach -- This utility provides a limited loop construct to gsh(1). Used for scripting. [version 1.0] install.100.shk 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 nohup -- Invoke a command immune from hangups. [version 1.0] printf.100.shk printf -- Formatted output at shell command level. [version 1.0] test.100.shk 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 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 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 xargs -- Pass parameters to a command through standard input. [version 0.9]