dwww Home | Show directory contents | Find package

#!/bin/sh
# Needs George Williams' showttf
for FILE in Free*.ttf
do
    printf "%-23s" $FILE
    showttf $FILE | grep -a UnicodeRange
done

Generated by dwww version 1.15 on Thu May 23 23:43:59 CEST 2024.