"Rich Morgan" <[EMAIL PROTECTED]> writes: > I'm trying to move large files from one filesystem to another and the mv > command fails with the message "File size limit exceeded". The partial > destination file is not removed and is 4,294,967,295 bytes in size.
Most likely that's not a bug in mv; it's a problem with your user limits. If you're running Bash, type "ulimit -a". mv is subject to these limits, just like any other program is. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
