Help for this page

Select Code to Download


  1. or download this
    user@yourbox /home/httpd/html ] $ ls *.html *.asp | while read file;do
    + newfile="$file.fixed";sed s/\.html/\.asp/ $file > $newfile;done
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
        close(FD);
    }