Hi is there a way I could move and rename nultiple files at the same time?
For example: I have DIRECTORY1 that has files named: file1, file2, file3. I need to move them to DIRECTORY2 then append a string "processed" such that the moved files will now be named:file1_processed, file2_processed and so on.