Help for this page

Select Code to Download


  1. or download this
    use File::Find;
    
    ...
        !($File::Find::prune |= ($dev != $File::Find::topdev))
        && print("$name\n");
    }
    
  2. or download this
    ($File::Find::topdev) = lstat("/");