/[clonezilla-sysresccd]/trunk/www/chkNamedLinks
ViewVC logotype

Diff of /trunk/www/chkNamedLinks

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28 by sng, Wed Mar 17 23:46:34 2010 UTC revision 46 by sng, Thu May 20 11:24:47 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    ##############################################################################
3    #                                                                            #
4    # chkNamedLinks, (C) 2007-2010 S. Georgaras <sng@hellug.gr>                  #
5    #                                                                            #
6    # This file is part of Clonezilla-SysRescCD.                                 #
7    #                                                                            #
8    # Clonezilla-SysRescCD is free software: you can redistribute it and/or      #
9    # modify it under the terms of the GNU General Public License as published   #
10    # by the Free Software Foundation, either version 2 of the License, or       #
11    # (at your option) any later version.                                        #
12    #                                                                            #
13    # Clonezilla-SysRescCD is distributed in the hope that it will be useful,    #
14    # but WITHOUT ANY WARRANTY; without even the implied warranty of             #
15    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              #
16    # GNU General Public License for more details.                               #
17    #                                                                            #
18    # You should have received a copy of the GNU General Public License along    #
19    # with Clonezilla-SysRescCD. If not, see <http://www.gnu.org/licenses/>.     #
20    #                                                                            #
21    ##############################################################################
22    
23  count=0  count=0
24  cd working  cd working
25  grep -H '<[aA] [nN][aA][mM][eE]="' *.html | sed 's|\([^:]*\):\(.*\)|\2:\1|' | sed 's|.*[aA] [nN][aA][mM][eE]="||' | sed 's|"></[aA][^:]*:| - |' | sort  grep -H '<[aA] [nN][aA][mM][eE]="' *.html | sed 's|\([^:]*\):\(.*\)|\2:\1|' | sed 's|.*[aA] [nN][aA][mM][eE]="||' | sed 's|"></[aA][^:]*:| - |' | sort

Legend:
Removed from v.28  
changed lines
  Added in v.46

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26