DEBSOURCES
Skip Quicknav
sources / postfix / 3.10.6-4 / mantools / dehtml
123456789
#!/bin/sh for i do case $i in /*) lynx -width=256 -dump file://$i;; *) lynx -width=256 -dump file://`pwd`/$i;; esac done | grep -v 'file:///'