in reply to Moving files

This is not really a Perl problem. A lot of Unix systems simply don't allow the mv command to work between different devices (or even different partitions on the same device).

The solution is to copy the file over, and then delete the original - or use GNU mv, which will do the same thing automaticaly.

Replies are listed 'Best First'.
Re: Re: Moving files
by neilwatson (Priest) on Mar 22, 2004 at 17:55 UTC