From owner-freebsd-questions Thu Feb 4 08:55:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14900 for freebsd-questions-outgoing; Thu, 4 Feb 1999 08:55:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14853 for ; Thu, 4 Feb 1999 08:55:03 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.2/8.9.2) with ESMTP id QAA82014; Thu, 4 Feb 1999 16:53:26 GMT Message-ID: <36B9D086.AC0C69DB@tdx.co.uk> Date: Thu, 04 Feb 1999 16:53:26 +0000 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "Paul T. Root" CC: root@isis.dynip.com, freebsd-questions@FreeBSD.ORG Subject: Re: Greg Lehey's Brains WANTED :-] References: <199902041602.KAA04820@horton.iaces.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "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' -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message