خرید بک لینک

Vote count: 0

I want to get list of jars which are not having a particular string in their classes. I used the following command for getting string "hello" matching jars.

find . -iname '*.jar' -printf "unzip -c %p | grep -q 'hello' && echo %pn" | sh. So I tried by putting the following command for not getting "hello" matched jars, which is not working.

find . -iname '*.jar' -printf "unzip -c %p |!( grep -q 'hello') && echo %pn" | sh

asked 24 secs ago

برچسب: نویسنده: استخدام کار تاريخ: چهارشنبه 16 تير 1395 ساعت: 19:10

صفحه بندی