On Sat, Mar 1, 2008 at 8:20 PM, Chris Brennan <[EMAIL PROTECTED]> wrote: > Christoph Mende wrote: > > On Sat, 01 Mar 2008 22:01:35 -0500 > > Chris Brennan <[EMAIL PROTECTED]> wrote: > > > >> Christoph Mende wrote: > >>> On Sat, 1 Mar 2008 17:10:29 -0800 > >>> "Mark Knecht" <[EMAIL PROTECTED]> wrote: > >>> <snip> > >>> > >>> [EMAIL PROTECTED] ~ % file =wine > >>> /usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 > >>> (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), > >>> stripped > >> > >> This doesn't seem to work ... for my at least ... > > > > That most likely means you don't use zsh and thus gotta write something > > like $(which wine) instead of =wine > > > Ahh slick .... when I did file =/usr/bin/wine it still failed, so I cd'd > into /usr/bin and again it failed, but $(which wine) worked :D >
Thanks. For me file /usr/bin/wine worked fine: lightning ~ # file /usr/bin/wine /usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped lightning ~ # I appreciate learning a new command. Cheers, Mark -- [email protected] mailing list
