File:  [Research Unix] / researchv10dc / man / adm / breaklinks
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

M=/usr/man/adm
for i in 1 2 3 4 5 6 7 8 9 a
do 
	cd $M
	ls /usr/man/man$i >junk1
	ls /usr/spool/man/man$i >junk2
	r=`comm -13 junk1 junk2`
	cd /usr/spool/man/man$i
	case "$r" in
	"")	continue
	esac
	rm $r
done
rm $M/junk1 $M/junk2

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.