K
K
krll-k2014-08-13 19:04:23
linux
krll-k, 2014-08-13 19:04:23

How to disable the output of unpacked files in unzip?

[email protected]:~$ zip -r 123.zip gal.jpg 
  adding: gal.jpg (deflated 3%)
[email protected]:~$ unzip 123.zip 
Archive:  123.zip
replace gal.jpg? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: gal.jpg

So that there is no record of what files come out of the inflating archive : gal.jpg . How to disable the output of unpacked files in unzip?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
s1dney, 2014-08-13
@krll-k

-q
-qq

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question