> for i in `seq 1 $files_count` > do > cp $1 $1.$i > done If you create more no of files (>1K) in same dir, then it MAY slowdown the script speed. So just try to limit to ~1K files per dir. Try the following pattern:
D000/file.001 to file.999 D001/file.001 to file.999 HTH :) -- Bharathi S _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
