#!/bin/sh for i do case $i in /*) lynx -width=256 -dump file://localhost$i;; *) lynx -width=256 -dump file://localhost`pwd`/$i;; esac done | grep -v 'file://localhost/'