Help for this page

Select Code to Download


  1. or download this
    sub find_files {
        my $file_name = shift;
    ...
        close($FILE_H);
    }
    
  2. or download this
    
    my @file_name_array = (
    ...
    "/etc/sysconfig/network-scripts/ifcfg-eth4",
    "/etc/udev/rules.d/70-persistent-net.rules"
    );