i need help to rename a bunch of files by embedding some info from external text list into filenames.
like in this image below ..
what i need here is to rename
bc_file_001.txt > bc_file_001_apple.txt
bc_file_002.txt > bc_file_002_orange.txt
bc_file_003.txt > bc_file_003_banana.txt
where is "apple, orange, banana" is external text list, , not a part of or a a property of the file itself.
how can i achieve that ??
thank you ..