David Ron
Pages
Home
Other Places To Find Me
Searching Inside Of Files Under Linux
Here's how to search inside of files with pretty much any *nix or Windows machine running
Cygwin
:
grep -I -R "192.168.1.1" /etc/* | less
Want to look inside of ZIP or JAR files?
for i in `ls *.zip`; do echo "$i"; zipgrep textToSearchFor "$i" '*' ; done
No comments
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments
Post a Comment