#!/bin/bash

zcat `find /usr -name $1.*gz` | man2html | lynx -stdin

