How to unzip in silence mode

Submitted by admin-matapedia on

To avoid the terminal display pollution when you unzip big archives, you can use the following command in your terminal :

unzip -q zipfilename

Enjoy!

Categories