Search for file(s) inside ziped folders in Linux

Simply execute the following command in the Linux Terminal.

find . -name *.zip -exec less {} \; | grep <file_name>

Share:

0 comments