orphan files on the web site

Nathan Sidwell nathan@acm.org
Wed Jan 20 06:36:00 GMT 1999


Hi,
The web site isn't webified enough. I just ran this zsh script
	for dir in . **/^CVS(/)
	do for file in $dir/*.html
	do echo -n "$file "
	grep -c `basename $file` $dir/*.html | grep -v ':0' | grep -v `basename $file` | tr '\012' ' '
	grep -c $file **/*.html | grep -v ':0' | grep -v $file | tr '\012' ' '
	echo; done ; done | grep -v ':'
in the wwwdocs/htdocs directory to check how files cross linked each other.
The following files appear not to be linked to by any file in the heirarchy,

./checkin.html 
./cvswrite.html 
./egcstensions.html 
./readings.html 
egcs-1.1/news.html 
egcs-1.1/schedule.html 

Perhaps that should be fixed...

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
      You can up the bandwidth, but you can't up the speed of light      
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk



More information about the Gcc-bugs mailing list