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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
.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
19 matches
Mail list logo