#!/bin/csh # # show small table of printable characters using jot, etc # ( ( jot -c 94 33 && jot -c 96 161 ) | tr -d '\n' && echo ) | sed s/~¡/'~\n¡'/