find ./ -name “*.mak” -exec egrep -H -n 'DEBUG' {} \;
find *.zip -print0 | sed s/\.zip//g | xargs -i –null -t unzip -d '{}' '{}'