[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: man pages to text files




> doing something like
>
>   man tftpd > tftpd.txt
>
> creates a fairly nasty looking file. is there a better way to capture man
> page contnts to a regular text file?


cp /usr/man/man1/tftpd.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.