Index Projects Tech Stuff Resume Share About Me |
Tech Stuff:Linux Commands:Convert man to a clean stdout:- assuming that the man is gzipped, otherwise remove '| gunzip' - where X is the manpage name - there might be an easier way to do this cat `man -w X` | gunzip | man2html | htmlview -stdin 1 -no-numbering 1 -dump
techstuff.php mtime: Thu, 15 May 2008 02:43:19 -0500
|