Re: uqwk question

Tony Hunter (thunter@mars.ark.com)
Tue, 25 Jun 1996 08:40:20 -0800

In article <199606251322.JAA07368@nadc.nadc.navy.mil>, you wrote:

:Question, actually several. What do the variables do,
:and what shell language is valid? There was no header line for
:the shell script as shown that I could detect?

The variables are all documented in the manpage for uqwk. You can
mail yourself a copy (if the system has it available) by typing the
following to your shell prompt (or I'll mail you a copy) :

man uqwk |col -bx |mail -s "uqwk manual" $USER

Note: the variable $USER above should be replaced with your userid.

The first line of the shell script I posted is:
#!bin/sh

This is valid for bourne/bash - I'm sorry I don't know other shells.
Perhaps someone else here could help.