Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Feb 1999 16:53:26 +0000
From:      Karl Pielorz <kpielorz@tdx.co.uk>
To:        "Paul T. Root" <proot@horton.iaces.com>
Cc:        root@isis.dynip.com, freebsd-questions@FreeBSD.ORG
Subject:   Re: Greg Lehey's Brains WANTED :-]
Message-ID:  <36B9D086.AC0C69DB@tdx.co.uk>
References:  <199902041602.KAA04820@horton.iaces.com>

next in thread | previous in thread | raw e-mail | index | archive | help


"Paul T. Root" wrote:
> 
> I'm sure there are better ways but:
> $ find . -exec file {} \; |grep "FreeBSD"
> 
> I don't have ELF yet so I don't know what
> the file output of an ELF is but a.out is:
> FreeBSD/i386 compact demand paged dynamically linked executable
> 
> (ok, well that also varies a bit, with striping etc).
> But find the differences between the outputs
> and run from there.

An ELF 'file' shows:

libcam.so.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD),
not stripped

Maybe change the grep for FreeBSD to 'ELF' <G>

-Kp

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36B9D086.AC0C69DB>