printing the associated filenames found by 'strings'
subPlanck_at_excite.com
Date: 03/30/05
- Next message: Heiner Steven: "Re: rsync over http?"
- Previous message: subPlanck_at_excite.com: "Re: a two-level 'sort' question"
- Next in thread: Greg Beeker: "Re: printing the associated filenames found by 'strings'"
- Reply: Greg Beeker: "Re: printing the associated filenames found by 'strings'"
- Reply: Chuck Dillon: "Re: printing the associated filenames found by 'strings'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Mar 2005 14:01:06 -0800
I'm trying to find a certain text string in a large number of binary
files. The 'strings' utility finds the files, the offset and the string
I'm searching for, but it doesn't print the associated filenames, like
grep does. How do I modify the expression below to show them?
find / -name "*.dll" -exec string -a -x {} ; | grep 'foo bar'
z.entropic
- Next message: Heiner Steven: "Re: rsync over http?"
- Previous message: subPlanck_at_excite.com: "Re: a two-level 'sort' question"
- Next in thread: Greg Beeker: "Re: printing the associated filenames found by 'strings'"
- Reply: Greg Beeker: "Re: printing the associated filenames found by 'strings'"
- Reply: Chuck Dillon: "Re: printing the associated filenames found by 'strings'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|