#! /bin/sh for d in `ls -1 unzipped/*/*.xml |grep -vE 'notes|table|warning|chart|model'` do ./parse-xml $d done | sort -u