Results 1 to 3 of 3
Hi group. I am having a problem unzipping multiple files at 1 time.
can anyone help me with a proper unzip command that will:
1) extract the file from the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-06-2010 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 5
problems unzipping
Hi group. I am having a problem unzipping multiple files at 1 time.
can anyone help me with a proper unzip command that will:
1) extract the file from the zip.
2) remove the zip file.
Thanks.
All my zip files start with SB and end with .emi.zip
SB*.emi.zip
Thanks for all your help.
- 08-07-2010 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,507
Use single quotes, files all need to be in the same directory. Here are some links with more options:unzip 'SB*.emi.zip'
How to unzip multiple files at once in Linux? - Operating Systems
How do I unzip multiple / many files under Linux?
- 08-08-2010 #3
To delete, just type:
Code:rm -r *.zip
"Don't think about the work, think about the benefit"
Leonardo Juszkiewicz


Reply With Quote
