[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 'what' on Linux?



On Sun, Sep 17, 2006 at 11:01:57PM +0200, Toni Mueller wrote:
> I'm looking for a program like 'what' on BSD, but on Linux (obviously).

This is more a question for debian-user.  But I'll say that a bit of shell
plumbing would probably get you what you want:

strings $file | grep '^\$.*\$$'

Of course there's a lot of reasons why that isn't going to work on a lot of
binaries.

- Matt



Reply to: