filters/newui/newui_filter
author nithyar
Thu, 15 Jul 2010 16:33:19 +0100
changeset 58 3bc44fd39198
parent 0 48009776fa63
permissions -rwxr-xr-x
tools updates

mv newui.txt old_newui.txt
grep -i qt $1 >> newui.txt
grep -i direct.*ui $1 >>newui.txt
grep -i orbit $1 >>newui.txt
grep -i touch $1 >>newui.txt
sort -u newui.txt > tmp1.txt
mv tmp1.txt newui.txt
diff old_newui.txt newui.txt
diff old_newui.txt newui.txt | grep '[<|>]' > diff_newui.txt