Help for this page

Select Code to Download


  1. or download this
    my @files;
    {
      local $/="\0";
      chomp (@files = `find . -print0`);
    }
    
  2. or download this
    ------------
    :Wq
    Not an editor command: Wq