/[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

Contents of /trunk/sluzbeno/check_html.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 100 - (show annotations)
Tue Feb 22 14:09:01 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: application/x-sh
File size: 217 byte(s)
cleanup

1 #!/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
12
13 rm s e

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26