tdroadmap_merger/filters/newui_filter
author MattD <mattd@symbian.org>
Wed, 24 Mar 2010 17:04:41 +0000
changeset 203 7d674ef4b3c2
parent 42 d3a9ef1a3041
permissions -rwxr-xr-x
Catchup merge

mv newui.txt old_newui.txt
grep -i qt $1 >> newui.txt
grep -i direct.*ui $1 >>newui.txt
grep -i orbit $1 >>newui.txt
grep -i touch $1 >>newui.txt
sort -u newui.txt > tmp1.txt
mv tmp1.txt newui.txt
diff old_newui.txt newui.txt
diff old_newui.txt newui.txt | grep '[<|>]' > diff_newui.txt