Help for this page

Select Code to Download


  1. or download this
    my $volume_name = "/Volumes/Volume Name/";
    
    ...
            find(\&wanted, $_);
        }
    }
    
  2. or download this
    find \&wanted, grep -d, glob '/Volumes/Volume Name/*';