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