tdroadmap_merger/filters/newui_filter
author William Roberts <williamr@symbian.org>
Thu, 30 Sep 2010 11:52:34 +0100
changeset 324 c52fbeec9580
parent 43 d3a9ef1a3041
permissions -rwxr-xr-x
Add naviengine.nec and codecs.aricent to the package lists
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     1
mv newui.txt old_newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     2
grep -i qt $1 >> newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     3
grep -i direct.*ui $1 >>newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     4
grep -i orbit $1 >>newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     5
grep -i touch $1 >>newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     6
sort -u newui.txt > tmp1.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     7
mv tmp1.txt newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     8
diff old_newui.txt newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     9
diff old_newui.txt newui.txt | grep '[<|>]' > diff_newui.txt