At the moment, I have a text file with a group of names in it. I need a way to copy the text file, then rearrange the names in the new text file in a random order. I also need to do this so that no name corresponds with the first name (line 1 of text file 1 is not the same as line 1 of text file 2).

Any help? I have a feeling it's simpler than I think it is, but I'm not the best at scripting, anyways.