Usually I use tar & gz on my remote server with SSH but this time I got a zip file that I need to extract ... first time I used the UnZip command and I noticed during the process that it's inflating some files
inflating: file1
extracting: file2
inflating: file3
inflating: file4
extracting: file5
Now, why it's doing that ? I only used UnZip file.zip .... How I get all files extracted ?
Thank You in Advance
