I have a lot of Zip archives that I want to unpack in a script. Is there any way to run them silently?
Here is what I have:
bash> unzip 02b852e3571e46f25fdfc79f43ceb726ddff9ba7.zip Archive: 02b852e3571e46f25fdfc79f43ceb726ddff9ba7.zip 02b852e3571e46f25fdfc79f43ceb726ddff9ba7 inflating: .editorconfig inflating: .gitattributes bash> Here is what I want:
bash> unzip <something to silence zip> MyArchive.zip bash>
man unzipis your friend (works for more or less all commands you can run in Terminal)manbut I believe most people will agree it is difficult to find what you want looking throughmanpages. I think it was faster and easier to ask here.man command. But googling and jumping to the best answer after this has been asked is easier than usingman. So bless this guy for asking.