#!/bin/sh # display all iso-8895-1 printable characters of an x font, in less+xterm # author Neil Franklin, last modification 1998.11.08 exec xterm -fn $1 -geometry 16x13 -e less ~/htdocs/Projects/char_pattern_16x12 &