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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to