#!/bin/csh -f echo Show the man page for $1 # echo Query string is $QUERY_STRING echo Command parameters foreach i ($*) echo Par $i end man $1 exit 0