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>
Simply execute the following command in the Linux Terminal.
find . -name *.zip -exec less {} \; | grep <file_name>
Read | Learn | Share
One of the standout features of ballerina from most of the other programming language is the first class support for JSON and XML as buil...
Copyright © 2015 My Tech World. Designed By OddThemes & My Blogger Themes
0 comments