filters/newui/newui_filter
author nithyar
Thu, 15 Apr 2010 16:06:19 +0100
changeset 40 f78be479738b
parent 0 48009776fa63
permissions -rwxr-xr-x
Tools updations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     1
mv newui.txt old_newui.txt
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     2
grep -i qt $1 >> newui.txt
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     3
grep -i direct.*ui $1 >>newui.txt
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     4
grep -i orbit $1 >>newui.txt
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     5
grep -i touch $1 >>newui.txt
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     6
sort -u newui.txt > tmp1.txt
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     7
mv tmp1.txt newui.txt
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     8
diff old_newui.txt newui.txt
48009776fa63 integration plan week42 + gettd.pl v1.0
victorp@symbian.org
parents:
diff changeset
     9
diff old_newui.txt newui.txt | grep '[<|>]' > diff_newui.txt