tdroadmap_merger/filters/newui_filter
author Simon Howkins <simonh@symbian.org>
Thu, 07 Jan 2010 11:16:14 +0000
changeset 142 e4ad889f1aa5
parent 42 d3a9ef1a3041
permissions -rwxr-xr-x
Tweaked text used when reporting files churned, so it's not likely to confuse people who know of churn in the QWG sense.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
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