Help for this page

Select Code to Download


  1. or download this
      my $name = $k."*";
    
  2. or download this
      my $args = join(" -o ", map { "-name \"$_*\" -print" } @a);
      $x = `find . $cmd`;