#!/bin/rc if(~ $1 v){ peep $0 exit } cat<<-eof- CGI Environment

CGI Environment

/env

-eof- ls /env cat<<-eof-

Their values

cd /env for(e in *) whatis $e
see this script -eof-