I ran into an issue where I had to restart my computer during a large extraction process involving many zip files :(.
All the zip files contain a folder that has the name of the zip file (minus .zip)
Most of the files extracted but still many more to go.
I need to know how I could list ONLY THE MATCHING FILES AND FOLDERS and hide (or move) them to a sub folder. I thought hiding would be easier for me, but which ever is easier for you since you are the coder.
Also, when I restarted the system, I don't recall the last file that was extracting, so if that also has a folder, I need to find that file/folder and just delete the folder so I can re extract it
end result after running a bash script or terminal command, I should see ONLY the zip files without a matching folder so I can extract them.
The incomplete extracted folder should be deleted, or listed so I know which one it was, so I can delete it.