I'm working to create a script that can take filelist1 (list of tar files) and filelist2 (list of directories). I need to loop through / read these filelist and have the first file in filelist1 mv to first dir in filelist2. Once there I will extract and perform other activities on the files in this folder. Attempting to automate as I will have 130 plus tar files daily each containing between 75 and 200 hundred files that must be processed. Below is the script I am working on (WIP):I'm working to create a script that can take fi