Help for this page

Select Code to Download


  1. or download this
    [1246]$ pwd
    /Users/brian/Dev
    ...
    Mac                     doc2png                 weblint++
    MacOSX                  grepurl                 weblogs.d
    Module                  httpsniffer             webreaper
    
  2. or download this
    :ext:comdog@cvs.brian-d-foy.sourceforge.net:/cvsroot/brian-d-foy
    
  3. or download this
    [1276]$ find . -name ROOT
    ./cpan/CVS/ROOT
    ...
    ./Test/ISBN/CVS/ROOT
    ./Test/ISBN/lib/CVS/ROOT
    ./Test/ISBN/t/CVS/ROOT
    
  4. or download this
    [1280]$ find . -name R[oO][oO][tT] | wc -l
         347
    
  5. or download this
    [1286]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge"
    ./Business/ISBN/CVS/Root::ext:comdog@cvs.perl-isbn.sourceforge.net:/cv
    +sroot/perl-isbn
    ...
    ./Business/ISBN/t/CVS/Root::ext:comdog@cvs.perl-isbn.sourceforge.net:/
    +cvsroot/perl-isbn
    ./Business/ISBN-Data/CVS/Root::ext:comdog@cvs.perl-isbn.sourceforge.ne
    +t:/cvsroot/perl-isbn
    ./Business/ISBN-Data/t/CVS/Root::ext:comdog@cvs.perl-isbn.sourceforge.
    +net:/cvsroot/perl-isbn
    
  6. or download this
    find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2>/dev/nu
    +ll 
        | perl -lnaF: -e "$F[0] =~ s{^./}{}; print $F[0]"
    Can't modify single ref constructor in substitution (s///) at -e line 
    +1, near "s{^./}{};"
    Execution of -e aborted due to compilation errors.
    
  7. or download this
    [1303]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
    +>/dev/null | perl -aF: -lne "print $F[0]"
    ARRAY(0x800368)
    ARRAY(0x800368)
    ARRAY(0x800368)
    
  8. or download this
    [1305]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
    +>/dev/null | perl -aF: -lne "$, = ' <<<>>> '; print @F"
    ./Tie/Toggle/t/CVS/Root <<<>>>  <<<>>> [snip...]
    
  9. or download this
    [1310]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
    +>/dev/null | perl -aF: -lne "print @{$F[0]}"
    0
    
  10. or download this
    [1313]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
    +>/dev/null | perl -aF: -lne '$F[0] =~ s{^./}{}; print $F[0]'
    weather/CVS/Root
    weather/t/CVS/Root
    
  11. or download this
    [1319]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
    +>/dev/null | perl -aF: -lne '$F[0] =~ s{^./|/CVS/ROOT$}{}ig; print $F
    +[0]' > bad_cvs_root.txt
    
  12. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        print $output;
        print "-" x 73, "\n";
        }
    
  13. or download this
    [1329]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
    +>/dev/null | perl -aF: -lne '$F[0] =~ s{^./}{}ig; print $F[0]' > bad_
    +cvs_root_no_really.txt
    
  14. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        #     $contents > io( $file );
        print "$contents", "-" x 73, "\n";
        }
    
  15. or download this
    [1351]$ more Business/ISBN/scripts/CVS/Root
    Business/ISBN/scripts/CVS/Root: No such file or directory
    
  16. or download this
    [1352]$ pwd
    /Users/brian/Desktop
    [1353]$ more ~/Dev/Business/ISBN/scripts/CVS/Root
    :ext:comdog@cvs.sourceforge.net:/cvsroot/perl-isbn
    
  17. or download this
    ----------------------------------------------------------------------
    +---
    checking /Users/brian/Dev/Test/HTTPStatus...
    ...
    ----------------------------------------------------------------------
    +---
    checking /Users/brian/Dev/Test/HTTPStatus/t...
    cvs update: Updating .
    
  18. or download this
    checking /Users/brian/Dev/Business/ISBN ...
    ? t/untitled text 6
    ...
    C pod.t
    cvs update: move away ./xisbn.t; it is in the way
    C xisbn.t
    
  19. or download this
    #!/usr/bin/perl
    use warnings;
    ...
            
        return $string;
        }
    
  20. or download this
    checking /Users/brian/Dev/Tie ... 
            These files have conflicts
    ...
            --------------------------------------------------
            weblint++
            t/pod.t