execute from top of source tree in build area | |
find . -regex ".*/artifactcomparison/.*-\(baseline\|build\)" |sort > ~/temp/compareList.sh | |
chmod +x ~/temp/compareList.sh | |
Edit to add 'diff \' and '\' to first in pair | |
Also need to change '$' of inner classes to '\$' | |
~/temp/compareList.sh | tee ~/temp/artifactDiffs.txt | |