#!/bin/sh BASE_DIR=~/share/fonts/t1 DESC_FILE=about.txt find $BASE_DIR -name $DESC_FILE -exec sh -c ' echo $(basename "$(dirname "{}")") sed "/^About this typeface/d" "{}" echo " ------------------------------------------------------------------------------- " ' ';' .