Skip to main content
Markup and text
Source Link
Kusalananda
  • 355.9k
  • 42
  • 735
  • 1.1k

move Move files in folders by list in file

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!!

move files in folders by list in file

I have a .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

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. also does not overwrite and does not move sub folders, just the files in each folder.

I can change the syntax of the .txt file as necessary to accomodate this.

THANKS FOR YOUR HELP!!

Move files in folders by list in file

I have a .txt file that has a list of folders:

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. Also does not overwrite and does not move subfolders, just the files in each folder.

I can change the syntax of the .txt file as necessary to accommodate this.

Source Link

move files in folders by list in file

I have a .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

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. also does not overwrite and does not move sub folders, just the files in each folder.

I can change the syntax of the .txt file as necessary to accomodate this.

THANKS FOR YOUR HELP!!