Re: binary files /usr/bin/[ and /usr/bin/test differ

2024-11-18 Thread Yassine Chaouche
Le 11/18/24 à 11:50, to...@tuxteam.de a écrit : Help yourseof :) https://sources.debian.org/src/coreutils/ (Of course, apt-get source coreutils would do the same). Cheers Thank you tomas, After a second reading of https://sources.debian.org/src/coreutils/9.5-1/src/test.c/, it seems tha

Re: binary files /usr/bin/[ and /usr/bin/test differ

2024-11-18 Thread Greg Wooledge
On Mon, Nov 18, 2024 at 11:57:05 +0100, Arno Lehmann wrote: > Am 18.11.2024 um 11:45 schrieb Yassine Chaouche: > > Dear debian and linux enthusiasts, > > > > Have you ever stopped and wondered: > > Are `/usr/bin/[` and `/usr/bin/test` truly unique across all unices? > > interesting question (and

Re: binary files /usr/bin/[ and /usr/bin/test differ

2024-11-18 Thread Arno Lehmann
Am 18.11.2024 um 11:45 schrieb Yassine Chaouche: Dear debian and linux enthusiasts, Have you ever stopped and wondered: Are `/usr/bin/[` and `/usr/bin/test` truly unique across all unices? interesting question (and observation below). I can't say I ever really cared, and I'm not even sure now

Re: binary files /usr/bin/[ and /usr/bin/test differ

2024-11-18 Thread tomas
On Mon, Nov 18, 2024 at 11:45:53AM +0100, Yassine Chaouche wrote: > Dear debian and linux enthusiasts, > > Have you ever stopped and wondered: > Are `/usr/bin/[` and `/usr/bin/test` truly unique across all unices? > > # diff /usr/bin/\[ /usr/bin/test > Binary files /usr/bin/[ and /usr/bin/test

Re: binary files /usr/bin/[ and /usr/bin/test differ

2024-11-18 Thread Michael Stone
On Mon, Nov 18, 2024 at 11:45:53AM +0100, Yassine Chaouche wrote: So, why keep them separate? Is this about some old Unix tradition? an optimization somewhere somehow? Because gnu policy is command behavior to not be dependent on the name of the binary. Historically gnu utilities were often co

Re: binary files /usr/bin/[ and /usr/bin/test differ

2024-11-18 Thread Arno Lehmann
Thanks Greg! That was... well, as expected ;-) Am 18.11.2024 um 13:35 schrieb Greg Wooledge: On Mon, Nov 18, 2024 at 11:57:05 +0100, Arno Lehmann wrote: ... Unfortunately, I'm not brilliant at all. But I'm eager to see if Greg has something to educate us ;-) POSIX doesn't care whether you

Re: binary files /usr/bin/[ and /usr/bin/test differ

2024-11-18 Thread tomas
On Mon, Nov 18, 2024 at 12:30:03PM +0100, Yassine Chaouche wrote: > Le 11/18/24 à 11:50, to...@tuxteam.de a écrit : > > > > Help yourseof :) > > > > https://sources.debian.org/src/coreutils/ > > > > (Of course, apt-get source coreutils would do the same). > > > > Cheers > > > Thank you toma

Re: binary files

2002-11-27 Thread Paul Johnson
On Wed, Nov 27, 2002 at 01:16:37PM -0500, Robert L. Harris wrote: > .bin? Isn't that a mac format generally? what does "file whatever.bin" > say? Floppy disk images, as well. If it's a floppy image, then dd if=/path/to/file.bin of=/dev/floppy/0 should work for devfs folks, or dd if=/path/to/fi

RE: binary files

2002-11-27 Thread Shawn Lamson
make sure it has executable permissions ie, $chmod +x filename.bin and then $sh filename.bin or just $./filename.bin ( that is dot slash) HTH Shawn --- "deFreese, Barry" <[EMAIL PROTECTED]> wrote: > David, > > .bin is usually the Macintosh binhex archiving format. Might need to > make > s

Re: binary files

2002-11-27 Thread Brian Potkin
On Wed, Nov 27, 2002 at 10:09:05AM -0800, David and Dana Evans wrote: > I know now how to install a "whatever.tar.gz" file but how do I install a > "whatever.bin" file? As an alternative to the useful tip you already have on making the file executable you could also try unzip whatever.bin Brian

Re: binary files

2002-11-27 Thread Brian Potkin
On Wed, Nov 27, 2002 at 10:09:05AM -0800, David and Dana Evans wrote: > I know now how to install a "whatever.tar.gz" file but how do I install a > "whatever.bin" file? > Please help I've been reading and reading and can't find the answer. > Thanks Dave > [EMAIL PROTECTED] A newsgroup search on G

Re: binary files

2002-11-27 Thread Rodrigo Agerri
in short, there are two steps: chmod +x whatever.bin ./whatever.bin On Wednesday 27 November 2002 18:09, David and Dana Evans wrote: > I know now how to install a "whatever.tar.gz" file but how do I install a > "whatever.bin" file? > Please help I've been reading and reading and can't find t

Re: binary files

2002-11-27 Thread Robert L. Harris
Nov 2002 13:37:36 -0500 > From: Travis Crump <[EMAIL PROTECTED]> > To: Debian User List <[EMAIL PROTECTED]> > Subject: Re: binary files > X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/248020 > > Robert L. Harris wrote: > > > >.bin? Isn&#x

Re: binary files

2002-11-27 Thread Travis Crump
Robert L. Harris wrote: .bin? Isn't that a mac format generally? what does "file whatever.bin" say? Thus spake David and Dana Evans ([EMAIL PROTECTED]): I know now how to install a "whatever.tar.gz" file but how do I install a "whatever.bin" file? Sun distributes their java installer as a

Re: binary files

2002-11-27 Thread pierre
On Wednesday 27 November 2002 11:25, deFreese, Barry wrote: Hello! I beg to defer on your assumption it a mac file as red hat as a few bin files in there OS for updates. > David, > > .bin is usually the Macintosh binhex archiving format. Might need to make > sure you pulled down the right file

Re: binary files

2002-11-27 Thread pierre
On Wednesday 27 November 2002 11:09, David and Dana Evans wrote: Hello! Make sure the bin file has execute permissions set. chmod +x Run the bin file by typing its name at the linux prompt Agree to the displayed license information Pierre > I know now how to install a "whatever.tar.gz" file b

Re: binary files

2002-11-27 Thread Qian Gong
Most likely the .bin file itself is an installer. You just run it and it will start the installation. For example, staroffice and acrobat reader use .bin as an installer. Qian On Wed, Nov 27, 2002 at 10:09:05AM -0800, David and Dana Evans wrote: > I know now how to install a "whatever.tar.gz" file

RE: binary files

2002-11-27 Thread deFreese, Barry
David, .bin is usually the Macintosh binhex archiving format. Might need to make sure you pulled down the right file if you downloaded it? Barry deFreese NTS Technology Services Manager Nike Team Sports (949)-616-4005 [EMAIL PROTECTED] "Technology doesn't make you less stupid; it just makes you

Re: binary files

2002-11-27 Thread Robert L. Harris
.bin? Isn't that a mac format generally? what does "file whatever.bin" say? Thus spake David and Dana Evans ([EMAIL PROTECTED]): > From: "David and Dana Evans" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: binary files > Date: Wed, 27 Nov 2002 10:09:05 -0800 > X-Mailer: Microsoft O