Get the filename after find -name | xargs – unix.stackexchange.com

I've a multiple jar directory in which I would like to locate some classes. I found a solution to see if a Class exists with the following command : find -name "*.jar" | xargs -n 1 jar tf | grep '...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Get the filename after find -name | xargs – unix.stackexchange.com"