/[nn.old]/trunk/sluzbeno/check_html.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/sluzbeno/check_html.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 98 - (hide annotations)
Tue Feb 22 14:05:25 2005 UTC (19 years, 1 month ago) by dpavlin
File MIME type: application/x-sh
File size: 209 byte(s)
full text search

1 dpavlin 98 #!/bin/sh
2    
3     god=1990
4    
5     ls -d ???? | while read god ; do
6    
7     grep -i '<html' $god/* | cut -d: -f1 | sort -u > s
8     grep -i '</html>' $god/* | cut -d: -f1 | sort -u > e
9     diff s e | grep '^[<>] ' | cut -d" " -f2
10    
11     done

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26