Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / bin / group_test_stats.sh
blob3f64b9cea32346b2eedd8ab579bcc158eeca5453
1 #!/bin/sh
3 if test -e tmp; then unlink tmp; fi
4 if test -e tmp2; then unlink tmp2; fi
5 cat t.txt | grep '+[a-z|A-Z]' > tmp
6 sort tmp | uniq -c > tmp2
7 unlink tmp
8 sort -n -r tmp2 > uniq.txt
9 unlink tmp2
10 cat uniq.txt