Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
edited tags
Link
Kusalananda
  • 356.1k
  • 42
  • 737
  • 1.1k
Tweeted twitter.com/#!/StackUnix/status/624811651959783424
edited body
Source Link
cuonglm
  • 158.2k
  • 41
  • 342
  • 420

I have a bunch of binaries and I know that inside these binaries there are strings I want to find.

I want to do a:

grep -lir "the string I am looking for"

and get a list of all binaries inside a particular directory that contain that string but grep -lir is apparently not working with these files.

Is there a command that can do this kind of search from terminal?

I have a bunch of binaries and I know that inside these binaries there are strings I want to find.

I want to do a

grep -lir "the string I am looking for"

and get a list of all binaries inside a particular directory that contain that string but grep -lir is apparently not working with these files.

Is there a command that can do this kind of search from terminal?

I have a bunch of binaries and I know that inside these binaries there are strings I want to find.

I want to do a:

grep -lir "the string I am looking for"

and get a list of all binaries inside a particular directory that contain that string but grep -lir is apparently not working with these files.

Is there a command that can do this kind of search from terminal?

deleted 12 characters in body
Source Link
cuonglm
  • 158.2k
  • 41
  • 342
  • 420

I have a bunch of binaries and I know that inside these binaries there are strings I want to find.

I want to do a

grep -lir "the string I am looking for"

and get a list of all binaries inside a particular directory that contain that string but grep -lir is apparently not working with these files.

Is there a command that can do this kind of search from terminal?

thanks

I have a bunch of binaries and I know that inside these binaries there are strings I want to find.

I want to do a

grep -lir "the string I am looking for"

and get a list of all binaries inside a particular directory that contain that string but grep -lir is apparently not working with these files.

Is there a command that can do this kind of search from terminal?

thanks

I have a bunch of binaries and I know that inside these binaries there are strings I want to find.

I want to do a

grep -lir "the string I am looking for"

and get a list of all binaries inside a particular directory that contain that string but grep -lir is apparently not working with these files.

Is there a command that can do this kind of search from terminal?

edited tags; edited title
Link
cuonglm
  • 158.2k
  • 41
  • 342
  • 420
Loading
Source Link
Duck
  • 4.8k
  • 19
  • 55
  • 72
Loading