I have a .txt.txt file that has a list of folders. ie:
old_folder_path1,new_folder_path1
old_folder_path2,new_folder_path2
old_folder_path3,new_folder_path3
old_folder_path1,new_folder_path1
old_folder_path2,new_folder_path2
old_folder_path3,new_folder_path3
I would like to run a shell command that moves the files from within the old folder to the new folder for each series of folders. alsoAlso does not overwrite and does not move sub folderssubfolders, just the files in each folder.
I can change the syntax of the .txt.txt file as necessary to accomodateaccommodate this.
THANKS FOR YOUR HELP!!