0
votes
1answer
55 views

Does Unzip only accept one criteria?

I am using unzip to extract files from a mass filer device where ZIP files are stored. unzip -o somefile.zip -c *somecriteria* -d somedirectory It works well but when I attempt to add another ...
1
vote
2answers
2k views

Unzip individual files from multiple zip files and extract those individual files to home directory

I would like to unzip individual files. These files have a .txt extension. These files also live within multiple zipped files. Here is the command I'm trying to use. unzip -jn ...
0
votes
1answer
397 views

With which command should I open .raw.gz files?

I have a bunch of .raw.gz files which are data files streamed from twitter with JSON interface. I am wondering which command should I use on my Mac OSX to open (unzip) these files? I have tried tar, ...