Help for this page

Select Code to Download


  1. or download this
    rm: cannot remove ‘/home/meteo/Build_WRF/DATA/WRF/greece-9km/201604211
    +2/wps/FILE:*’: No such file or directory
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    # Output is:
    rm: cannot remove ‘dir/FILE:*’: No such file or directory
    Error is 256
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
            print "Warning:  failed to remove file '$file' ($!)\n";
        }
    }