Help for this page

Select Code to Download


  1. or download this
    $>mv old_name new_name
    
  2. or download this
    use File::Copy;
    
    copy("file1","file2");
    copy("Copy.pm",\*STDOUT);'
    move("/dev1/fileA","/dev2/fileB");