I have a directory full of file names that need to be changed. I don't need to simply rename a suffix or prefix, but rather to completely rename the files.
I have the new file names contined a file called new_names.
What command can I use to read the names contained in new_names & rename the files in a directory?