#!/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:///'