tdroadmap_merger/filters/newui_filter
author Tahir Mahmood <tahirm@symbian.org>
Tue, 29 Jun 2010 18:09:01 +0100
changeset 299 4a2d7d29da0f
parent 43 d3a9ef1a3041
permissions -rwxr-xr-x
updated MCL & FCL package listings
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