> cp /usr/man/man1/tftpd.1.gz /tmp/temp.gz > gunzip /tmp/temp.gz | nroff -man > textfile Try this instead: cp /usr/man/man1/tftp.1.gz /tmp/temp.gz gunzip < /tmp/temp.gz | nroff -man > textfile - To unsubscribe, send email to majordomo@luci.org with "unsubscribe luci-discuss" in the body.