Guest User

Untitled

a guest
Apr 27th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. for i in *.jar; do jar -tvf "$i" | grep yourstring && echo "$i"; done
  2.  
  3. zcat yourfile.zip |grep string
Add Comment
Please, Sign In to add comment