How to unzip files into the current directory?
Solution 1:
Use the unzip -j
("junk paths") option, which will extract just the files without recreating the subdirectories.
Use the unzip -j
("junk paths") option, which will extract just the files without recreating the subdirectories.