#!/bin/sh find . -name '*.install' -print0 \ | xargs -0 grep -lE "(=\(|[@]|shift|echo -ne|\$op)" \ | sort | uniq