filters/newui/newui_filter
author nithyar
Mon, 20 Sep 2010 13:47:38 +0100
changeset 61 3c5e0637d4d3
parent 0 48009776fa63
permissions -rwxr-xr-x
Integration plan updates, week37
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