> It's not beautiful, but it works: > > xargs -a blacklist.txt -I {} sh -c 'find package \( -name "$1" -prune \) -o -type f -print' sh {} > > I take that back - no it doesn't :/