Help for this page

Select Code to Download


  1. or download this
    cp /home/wbill/lazarus/file1  file2 .
    
  2. or download this
    #! /usr/bin/perl
    use strict;
    ...
    foreach my $this_file ( @FILES ) {
      `cp $path/$this_file .`;
    }