File:  [Research Unix] / researchv10dc / man / man0 / see.also.awk
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

for j in 1 2 3 4 5 6 7 8 9
do
cd /usr/man/man$j
for i in *.$j
do
case $i in
\=.*)echo $i; continue;;
*) echo $i "	" `awk '
/^\.SH [\"]*SEE[\\]* ALSO[\"]*/	{
	while(getline>0){
		if($1 ~ /\.IR/)string = string $2 $3
		if($1 ~ /^\.SH/)break
	}
	print string
}' $i`;;
esac
done
cd ..
done

unix.superglobalmegacorp.com

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