That's likely to be just as slow as Tom's current solution, which is probably slow because of the spawning of 7500 instances of "mv". Yours might actually be slower, because awk's system() probably ends up executing via "sh -c".
_________________________
Bitt Faulk