Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 13:56:53 +0100
From:      Carrion Crow <crow@crowsnest.tk>
To:        Rolf Nielsen <rmg1970swe@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Finding 32-bit binaries
Message-ID:  <20141218125653.GA12129@freebsd.crowsnest.tk>
In-Reply-To: <54923141.4090209@gmail.com>
References:  <54923141.4090209@gmail.com>

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

Maybe try something like this:

for DIR in /bin /sbin /usr/local/bin /usr/local/sbin; do for BIN in $DIR/*;=
 do file $BIN; done | grep '32-bit'; done

--=20
Carrion Crow

-----------------
"UNIX is basically a simple operating system,=20
but you have to be a genius to understand the simplicity."
                                         -- Dennis Ritchie



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