:
# replace the file name ql.quote with the full path to the quotes file
# on your machine
#
# Determine the highest numbered quote
b=`tail -1 ql.quote | colrm 6`
a=`expr $$ % $b`
expr "     $a" : '.*\(.....\)'  | \
join -t% -o 2.2 - ql.quote
