Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
I have the directory of ZIP files (created on the Windows machine). I can manually unzip them using the unzip filename, but how can I unzip all my ZIP files in my current folder via this shell?

Using Ubuntu Linux Server.

1 Answer

0 votes
by (36.8k points)

This works in your bash, according to this link:

unzip \*.zip

 Come and join Linux training to gain great knowledge. 

Do check out the video below

Related questions

Browse Categories

...