Help for this page

Select Code to Download


  1. or download this
    Files.txt contains the ff. lines:
    
    ...
    C:/ProcessFiles/File3.txt
    C:/ProcessFiles/File4.txt
    C:/ProcessFiles/File5.txt
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $command = qx(sed -n "/Sets/,/Rules/p" $_);
    print $command;
    }