|
|
1.1 root 1: # NOTICE-NOT TO BE DISCLOSED OUTSIDE BELL SYS EXCEPT UNDER WRITTEN AGRMT
2: L=/usr/lib/style
3: mflag=-ms
4: mlflag=-ml
5: for i in $*
6: do case $i in
7: -mm) mflag=-mm;shift;continue;;
8: -ms) mflag=-ms;shift;continue;;
9: -ml|-li) mlflag=-ml;shift;continue;;
10: +li) mlflag=;shift;continue;;
11: -ver) echo $0 version 2.0: 2.0;exit;;
12: -flags) echo $0 \[-flags\] \[-ver\] \[file ...\];exit;;
13: -*) echo unknown topic flag $i;exit;;
14: *) if test ! -r $i
15: then echo Can\'t find the file $i\; try specifying a more complete pathname.; exit
16: fi
17: esac
18: done
19: echo $*
20: deroff $mflag $mlflag $* | $L/style1 | $L/style2 |$L/style3 -T | sort|uniq -c|sort -nr|sed -n "1,20p"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.