#!/bin/csh
set X=$1:r
set Z=$X:t
cp $1 $2
nroff -man <$1 | col -b >$2/$Z.txt
