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

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

2024-11-18 Thread 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? # diff /usr/bin/\[ /usr/bin/test Binary files /usr/bin/[ and /usr/bin/test differ # ls /usr/bin/\[ -rwxr-xr-x 1 root root 67K Sep 20 2022 '/us

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

2024-11-18 Thread Greg Wooledge
x27;m not brilliant at all. > > But I'm eager to see if Greg has something to educate us ;-) POSIX doesn't care whether you ship separate binary files or a single binary file to implement commands. It's the implementor's choice; in this case, the implementor is GNU c

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/bi

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
are whether you ship separate binary files or a single binary file so far I'm aware of that... ... find that the two programs shared a single binary file, and either used a hard link or a symbolic link from one to the other. That was fashionable in the past, primarily as a means of reduc

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: how to modify string in binary files ?

2009-09-01 Thread Chris Jones
On Tue, Sep 01, 2009 at 02:03:02AM EDT, Jerome BENOIT wrote: > Otherwise, as no HEX code appears, You need to use a vim add-on called xxd - it's in the vim-common package. Google for vim tips with "vim xxd" as the keywords. > is `bvi' a good alternative ? I wasn't familiar with bvi, but one t

Re: how to modify string in binary files ?

2009-09-01 Thread Boyd Stephen Smith Jr.
In <4a9cd48b.6040...@cox.net>, Ron Johnson wrote: >On 2009-09-01 01:03, Jerome BENOIT wrote: >> Hello Chris ! >> >> Chris Jones wrote: >>> On Mon, Aug 31, 2009 at 08:08:50PM EDT, Jerome BENOIT wrote: Hello List, I would like to change the string of a file name in a (propriety) b

Re: how to modify string in binary files ?

2009-09-01 Thread Ron Johnson
On 2009-09-01 01:03, Jerome BENOIT wrote: Hello Chris ! Chris Jones wrote: On Mon, Aug 31, 2009 at 08:08:50PM EDT, Jerome BENOIT wrote: Hello List, I would like to change the string of a file name in a (propriety) binary: if applicable, how can we do that ? Use vim's binary mode. $ vim -b

Re: how to modify string in binary files ?

2009-08-31 Thread Jerome BENOIT
Hello Chris ! Chris Jones wrote: On Mon, Aug 31, 2009 at 08:08:50PM EDT, Jerome BENOIT wrote: Hello List, I would like to change the string of a file name in a (propriety) binary: if applicable, how can we do that ? Use vim's binary mode. $ vim -b binary-file And before you start editing

Re: how to modify string in binary files ?

2009-08-31 Thread Chris Jones
On Mon, Aug 31, 2009 at 08:08:50PM EDT, Jerome BENOIT wrote: > Hello List, > > I would like to change the string of a file name in a (propriety) binary: > if applicable, how can we do that ? Use vim's binary mode. $ vim -b binary-file And before you start editing: :h edit-binary CJ -- To U

Re: how to modify string in binary files ?

2009-08-31 Thread Ron Johnson
On 2009-08-31 20:28, Celejar wrote: [Please reply only to the list, and don't cc. me, as per the list CoC.] On Tue, 01 Sep 2009 09:24:06 +0800 Jerome BENOIT wrote: Celejar wrote: On Tue, 01 Sep 2009 08:08:50 +0800 Jerome BENOIT wrote: Hello List, I would like to change the string of a fi

Re: how to modify string in binary files ?

2009-08-31 Thread Patrick Wiseman
On Mon, Aug 31, 2009 at 9:24 PM, Jerome BENOIT wrote: > Celejar wrote: >> >> On Tue, 01 Sep 2009 08:08:50 +0800 >> Jerome BENOIT wrote: >> >>> Hello List, >>> >>> I would like to change the string of a file name in a (propriety) binary: >>> if applicable, how can we do that ? >> >> Use a hex edito

Re: how to modify string in binary files ?

2009-08-31 Thread Jerome BENOIT
Celejar wrote: On Tue, 01 Sep 2009 08:08:50 +0800 Jerome BENOIT wrote: Hello List, I would like to change the string of a file name in a (propriety) binary: if applicable, how can we do that ? Use a hex editor? Let me specify. My binary file is an executable binary file, not a data file.

Re: how to modify string in binary files ?

2009-08-31 Thread Celejar
[Please reply only to the list, and don't cc. me, as per the list CoC.] On Tue, 01 Sep 2009 09:24:06 +0800 Jerome BENOIT wrote: > Celejar wrote: > > On Tue, 01 Sep 2009 08:08:50 +0800 > > Jerome BENOIT wrote: > > > >> Hello List, > >> > >> I would like to change the string of a file name in a

Re: how to modify string in binary files ?

2009-08-31 Thread Celejar
On Tue, 01 Sep 2009 08:08:50 +0800 Jerome BENOIT wrote: > Hello List, > > I would like to change the string of a file name in a (propriety) binary: > if applicable, how can we do that ? Use a hex editor? Celejar -- mailmin.sourceforge.net - remote access via secure (OpenPGP) email ssuds.sourc

Re: how to modify string in binary files ?

2009-08-31 Thread Ron Johnson
On 2009-08-31 19:08, Jerome BENOIT wrote: Hello List, I would like to change the string of a file name in a (propriety) binary: if applicable, how can we do that ? With a binary or hexadecimal editor. $ apt-cache search binary editor $ apt-cache search hex editor -- Brawndo's got what plant

how to modify string in binary files ?

2009-08-31 Thread Jerome BENOIT
Hello List, I would like to change the string of a file name in a (propriety) binary: if applicable, how can we do that ? Thanks in advance, Jerome -- Jerome BENOIT jgmbenoit_at_mailsnare_dot_net -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: Lynx - stop viewing binary files as text

2003-05-27 Thread Thomas E. Dickey
On Tue, 27 May 2003, Paul wrote: > OMG, youre a savior :) > > Ive been trying to dink with this for a few weeks now, > repeatedly askin about it in linux channels on irc, > and everyone is like man lynx, and i knew it wasnt > something with that.. Heres the line in /etc/mailcap > that was causing

Re: Lynx - stop viewing binary files as text

2003-05-27 Thread Colin Watson
On Tue, May 27, 2003 at 04:27:19PM -0700, Paul wrote: > OMG, youre a savior :) > > Ive been trying to dink with this for a few weeks now, repeatedly > askin about it in linux channels on irc, and everyone is like man > lynx, and i knew it wasnt something with that.. Heres the line in > /etc/mailc

Re: Lynx - stop viewing binary files as text

2003-05-27 Thread Jamin W. Collins
On Tue, May 27, 2003 at 04:27:19PM -0700, Paul wrote: > Heres the line in /etc/mailcap that was causing the error > > application/*; less '%s'; needsterminal That question needs to be removed from the less installation. Why oh why would anyone ever want to install less as the default applicatio

Re: Lynx - stop viewing binary files as text

2003-05-27 Thread Paul
OMG, youre a savior :) Ive been trying to dink with this for a few weeks now, repeatedly askin about it in linux channels on irc, and everyone is like man lynx, and i knew it wasnt something with that.. Heres the line in /etc/mailcap that was causing the error application/*; less '%s'; needsterm

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
makes you stupid > faster." > Jerry Gregoire - Former CIO at Dell > > > > -Original Message- > From: David and Dana Evans [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 10:15 AM > To: [EMAIL PROTECTED] > Subject: binary files > > > I k

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
Dell > > > > -Original Message- > From: David and Dana Evans [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 10:15 AM > To: [EMAIL PROTECTED] > Subject: binary files > > > I know now how to install a "whatever.tar.gz" file but how do

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
just makes you stupid faster." Jerry Gregoire - Former CIO at Dell -Original Message- From: David and Dana Evans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 10:15 AM To: [EMAIL PROTECTED] Subject: binary files I know now how to install a "whatever.tar.gz"

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,

binary files

2002-11-27 Thread David and Dana Evans
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] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAI

Re: gcc not able to creat Binary files

2001-02-24 Thread Nate Amsden
> admiral thrawn wrote: > > I was tring to compile the lastest ver of samba. > ( Cause samba.deb is compiled with the win98 flag OFF !!! ( even the > unstable package ) , Try using an win98 machine to access the share, and > next week you will get a responce [ Note to maintainer ] ) > >

gcc not able to creat Binary files

2001-02-24 Thread admiral thrawn
I was tring to compile the lastest ver of samba. ( Cause  samba.deb is compiled with the win98 flag OFF !!! ( even the unstable package ) , Try using an win98 machine to access the share, and next week you will get a responce [ Note to maintainer ] )   # ./configure checking for gcc.

Re: Cat-ting binary files to the console

2001-02-12 Thread will trillich
Andre Berger wrote: > > On 2001-02-10 10:51 +0100, will trillich <[EMAIL PROTECTED]> wrote: > > On Thu, Feb 08, 2001 at 11:18:34AM -0600, Benjamin Pharr wrote: > > > Every once in a while I slip up at cat a binary file to the console. (Or > > > just forget to give mkisofs the -o flag.) This cause

Re: Cat-ting binary files to the console

2001-02-11 Thread Andre Berger
On 2001-02-11 14:02 +0100, Moritz Schulte <[EMAIL PROTECTED]> wrote: > Andre Berger <[EMAIL PROTECTED]> writes: > > > > # bash > > > set PS1="^V^O whatever> " > > > > Huh? Do you mean "export" instead of "set"? But the exported line > > displays verbatim here? (potato) > > > > ^V^O whatever

Re: Cat-ting binary files to the console

2001-02-11 Thread Moritz Schulte
Andre Berger <[EMAIL PROTECTED]> writes: > > # bash > > set PS1="^V^O whatever> " > > Huh? Do you mean "export" instead of "set"? But the exported line > displays verbatim here? (potato) > > ^V^O whatever> ^V^O means you've to type Ctrl+V, Ctrl+O. moritz -- Moritz Schulte <[E

Re: Cat-ting binary files to the console

2001-02-11 Thread Andre Berger
On 2001-02-10 10:51 +0100, will trillich <[EMAIL PROTECTED]> wrote: > On Thu, Feb 08, 2001 at 11:18:34AM -0600, Benjamin Pharr wrote: > > Every once in a while I slip up at cat a binary file to the console. (Or > > just forget to give mkisofs the -o flag.) This causes the console to use > > WEIR

Re: Cat-ting binary files to the console

2001-02-11 Thread Rick Rezinas
wow! that's the command I've been looking for. thanks (not my post thought ;) rick On Fri, 09 Feb 2001, Mike Dresser wrote: > will trillich wrote: > > > On Thu, Feb 08, 2001 at 11:18:34AM -0600, Benjamin Pharr wrote: > > > Every once in a while I slip up at cat a binary file to the console. (

Re: Cat-ting binary files to the console

2001-02-09 Thread Mike Dresser
will trillich wrote: > On Thu, Feb 08, 2001 at 11:18:34AM -0600, Benjamin Pharr wrote: > > Every once in a while I slip up at cat a binary file to the console. (Or > > just forget to give mkisofs the -o flag.) This causes the console to use > > WEIRD characters, just plain gibberish. Is there an

Re: Cat-ting binary files to the console

2001-02-09 Thread will trillich
On Thu, Feb 08, 2001 at 11:18:34AM -0600, Benjamin Pharr wrote: > Every once in a while I slip up at cat a binary file to the console. (Or > just forget to give mkisofs the -o flag.) This causes the console to use > WEIRD characters, just plain gibberish. Is there any way to get rid of > this

Re: Cat-ting binary files to the console

2001-02-09 Thread Chris Matta
And by invoking it, he therefore proved the last part about being unsuccessful ;) -c - Original Message - From: "John Galt" <[EMAIL PROTECTED]> To: "Frederik Vanrenterghem" <[EMAIL PROTECTED]> Cc: Sent: Friday, February 09, 2001 2:43 AM Subject: Re: Cat-

Re: Cat-ting binary files to the console

2001-02-09 Thread John Galt
On Fri, 9 Feb 2001, Frederik Vanrenterghem wrote: >On Thu, 8 Feb 2001, Brian Frederick Kimball wrote: > >> Grrr. 6 people replying with the same answers is 5 people too many. >> >> Hitler! Hitler! Hitler! >> > >I have to agree. At the time I wrote my answer, I did not see any other >answers yet

Re: Cat-ting binary files to the console

2001-02-09 Thread Frederik Vanrenterghem
On Thu, 8 Feb 2001, Brian Frederick Kimball wrote: > Grrr. 6 people replying with the same answers is 5 people too many. > > Hitler! Hitler! Hitler! > I have to agree. At the time I wrote my answer, I did not see any other answers yet, but of course they could have been delayed or something.

Re: Cat-ting binary files to the console

2001-02-08 Thread John Galt
You going to write the FAQ to point to? :) On Thu, 8 Feb 2001, Brian Frederick Kimball wrote: >Grrr. 6 people replying with the same answers is 5 people too many. > >Hitler! Hitler! Hitler! > >Benjamin Pharr wrote: > >> Every once in a while I slip up at cat a binary file to the console. (Or

Re: Cat-ting binary files to the console

2001-02-08 Thread Ethan Benson
On Thu, Feb 08, 2001 at 07:30:15PM +0200, Tommi Komulainen wrote: > > You could also use a shell that doesn't corrupt your display, like zsh. :) funny, i just exec zsh, and then did a cat /dev/urandom, let it go for a second or two, and what do you know, my terminal was hosed ;-) -- Ethan Benso

Re: Cat-ting binary files to the console

2001-02-08 Thread Brian Frederick Kimball
Grrr. 6 people replying with the same answers is 5 people too many. Hitler! Hitler! Hitler! Benjamin Pharr wrote: > Every once in a while I slip up at cat a binary file to the console. (Or > just forget to give mkisofs the -o flag.) This causes the console to use > WEIRD characters, just p

Re: Cat-ting binary files to the console

2001-02-08 Thread John Galt
Two possibilites (both in the affected tty): 1) reset (the command, not the button) 2) more the same file until the status line looks like it's in normal characters, then quit out. On Thu, 8 Feb 2001, Benjamin Pharr wrote: >Every once in a while I slip up at cat a binary file to the console. (

Re: Cat-ting binary files to the console

2001-02-08 Thread William T Wilson
On Thu, 8 Feb 2001, Benjamin Pharr wrote: > Every once in a while I slip up at cat a binary file to the console. > (Or just forget to give mkisofs the -o flag.) This causes the console > to use WEIRD characters, just plain gibberish. Is there any way to > get rid of this without rebooting? Than

Re: Cat-ting binary files to the console

2001-02-08 Thread Mike McGuire
> Every once in a while I slip up at cat a binary file to the console. (Or > just forget to give mkisofs the -o flag.) This causes the console to use > WEIRD characters, just plain gibberish. Is there any way to get rid of > this without rebooting? Thanks! > > Ben Pharr > Try: # setterm -

Re: Cat-ting binary files to the console

2001-02-08 Thread Tommi Komulainen
On Thu, Feb 08, 2001 at 11:18:34AM -0600, Benjamin Pharr wrote: > Every once in a while I slip up at cat a binary file to the console. (Or > just forget to give mkisofs the -o flag.) This causes the console to use > WEIRD characters, just plain gibberish. Is there any way to get rid of > this

Re: Cat-ting binary files to the console

2001-02-08 Thread vdongen
t: Cat-ting binary files to the console > Every once in a while I slip up at cat a binary file to the console. > (Or > just forget to give mkisofs the -o flag.) This causes the console to > use > WEIRD characters, just plain gibberish. Is there any way to get rid > of > this

Re: Cat-ting binary files to the console

2001-02-08 Thread Frederik Vanrenterghem
On Thu, 8 Feb 2001, Benjamin Pharr wrote: > Every once in a while I slip up at cat a binary file to the console. (Or > just forget to give mkisofs the -o flag.) This causes the console to use > WEIRD characters, just plain gibberish. Is there any way to get rid of > this without rebooting? T

Cat-ting binary files to the console

2001-02-08 Thread Benjamin Pharr
Every once in a while I slip up at cat a binary file to the console. (Or just forget to give mkisofs the -o flag.) This causes the console to use WEIRD characters, just plain gibberish. Is there any way to get rid of this without rebooting? Thanks! Ben Pharr

Re: displaying binary files

2000-08-07 Thread cmosley
If you see this please ignore. If you don't see this please let me know immediately! Thanks

Re: displaying binary files

2000-08-07 Thread cmosley
In article <[EMAIL PROTECTED]> you wrote: > On Sun, 6 Aug 2000, Christopher Mosley wrote: test from newsgroup linux.debian.user U.K. NNTPSERVER 1

Re: displaying binary files

2000-08-06 Thread Christopher Mosley
ut I am not really sure. To tell the truth I don't use the > console, didn't know the display was destroyed when viewing binary files - > really ? - no way around this? > I see the problem is escape sequences that change the character of > the terminal. Less on this sparc sol

Re: displaying binary files

2000-08-05 Thread Joseph de los Santos
File would work..if only users would try to "file" something first before trying to display it with that accursed CAT command... -- Sent through GMX FreeMail - http://www.gmx.net

Re: displaying binary files

2000-08-05 Thread Christopher Mosley
>From: Sven Burgener <[EMAIL PROTECTED]> > >To: john smith <[EMAIL PROTECTED]> > >CC: debian-user@lists.debian.org > >Subject: Re: displaying binary files > >Date: Sat, 5 Aug 2000 01:09:12 +0200 > >MIME-Version: 1.0 > > >"file&quo

Re: displaying binary files

2000-08-05 Thread Sven Burgener
Hi John On Sat, Aug 05, 2000 at 08:56:41PM +, john smith wrote: > Thanks Sven. But I was hoping for a script that would ask some sort of a > question like "this file is in binary form..would you like to see it anyway? > y/n" something in that regard...and it should be global too. In that

Re: displaying binary files

2000-08-05 Thread Steve Waterman
How about 'file finlename'? - Original Message - From: "john smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: Sent: Saturday, August 05, 2000 3:56 PM Subject: Re: displaying binary files > Thanks Sven. But I was hop

Re: displaying binary files

2000-08-05 Thread Eric G . Miller
On Sat, Aug 05, 2000 at 08:56:41PM +, john smith wrote: > Thanks Sven. But I was hoping for a script that would ask some sort of > a question like "this file is in binary form..would you like to see it > anyway? y/n" something in that regard...and it should be global too. You might be interes

Re: displaying binary files

2000-08-05 Thread john smith
MAIL PROTECTED]> CC: debian-user@lists.debian.org Subject: Re: displaying binary files Date: Sat, 5 Aug 2000 01:09:12 +0200 MIME-Version: 1.0 "file" comes in very handy for this. Recognises pretty many file formats. Try it. Sven -- I am the "ILOVEGNU" signature virus. Just

Re: displaying binary files

2000-08-04 Thread kmself
On Sat, Aug 05, 2000 at 01:09:12AM +0200, Sven Burgener wrote: > On Fri, Aug 04, 2000 at 10:46:31PM +, john smith wrote: > > Greetings, > > Hello > > > 1. if the console is "trashed" already with displaying binary..is there a > > way to make it recover w/o rebooting? logging out of the conso

Re: displaying binary files

2000-08-04 Thread Sven Burgener
On Fri, Aug 04, 2000 at 10:46:31PM +, john smith wrote: > Greetings, Hello > 1. if the console is "trashed" already with displaying binary..is there a > way to make it recover w/o rebooting? logging out of the console doesn't > seem to work. "reset", as has been suggested to me in an older

Re: displaying binary files

2000-08-04 Thread Alberto Brealey
On Fri, Aug 04, 2000 at 10:46:31PM +, john smith wrote: > 1. if the console is "trashed" already with displaying binary..is there a > way to make it recover w/o rebooting? logging out of the console doesn't > seem to work. try typing 'reset' + Enter on the fsckd console. (there was a thread

displaying binary files

2000-08-04 Thread john smith
Greetings, In mandrake, when you want to see a file and it's in binary form..it warns you about it and asks if you still want to see it. but in debian, it just automatically shows it then you can no longer read anything on that console and thus rendering that console useless until you reboot.

Re: OFF: Re: viewing binary files

1998-03-16 Thread Daniel Martin at cush
Brandon Mitchell <[EMAIL PROTECTED]> writes: > I often make a script called my.reset that simply echo's ^O (letter o). > If this attachment worked right, then you should be able to use it without > any problem. Fyi, ^O puts the terminal back into text mode which is the > only problem I've ever ha

Re: OFF: Re: viewing binary files

1998-03-15 Thread Brandon Mitchell
On 15 Mar 1998, Carey Evans wrote: > Justin Liu <[EMAIL PROTECTED]> writes: > > > I know this is unrelated, but does anyone know how to do the same thing > > under other Unices? More specifically SunOS/Solaris? > > Some Unices will have reset themselves. > > Have a look at the tset man page.

Re: OFF: Re: viewing binary files

1998-03-15 Thread Carey Evans
Justin Liu <[EMAIL PROTECTED]> writes: > I know this is unrelated, but does anyone know how to do the same thing > under other Unices? More specifically SunOS/Solaris? Some Unices will have reset themselves. Have a look at the tset man page. You might also be able to use "stty sane" followed b

OFF: Re: viewing binary files

1998-03-12 Thread Justin Liu
I know this is unrelated, but does anyone know how to do the same thing under other Unices? More specifically SunOS/Solaris? Thanks, - justin > On 12 Mar, Paul McDermott wrote: > > hello everyone, someone tries to view a binary file how do you reset the > > console. This happened on the conso

Re: viewing binary files

1998-03-12 Thread servis
On 12 Mar, Paul McDermott wrote: > hello everyone, someone tries to view a binary file how do you reset the > console. This happened on the console. Thank you in advance. > Type "reset" (w/o quotes) on the keyboard without regard for what the screen is showing and hit return. Brian -- E-m

Re: viewing binary files

1998-03-12 Thread Samuli Suonpaa
Paul McDermott <[EMAIL PROTECTED]> writes: > hello everyone, someone tries to view a binary file how do you reset the > console. This happened on the console. Thank you in advance. Issue command "reset". Suonpää... -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THI

viewing binary files

1998-03-12 Thread Paul McDermott
hello everyone, someone tries to view a binary file how do you reset the console. This happened on the console. Thank you in advance. -- Paul McDermott The Computer Braille Facility The University of Western Ontario University Community Centre 215 London, Ontario N6A 3K7 Phone:

Re: Lynx and binary files

1996-09-14 Thread Brian C. White
> > (a) Content-type: application/GNU Compr. Tar > > > > (b) Content-type: text/plain > > > > The question now is, who tells lynx to identify these files? > > It's normal - look at lynx.cfg file and modify it - it should contain lot > of lines with first word SUFFIX (it tels how to transfer di

Re: Lynx and binary files

1996-09-13 Thread Christopher R. Hertel
;s worth a try. Good luck! Chris -)- On Sep 13, 1:26pm, Martin Schulze wrote: > Subject: Lynx and binary files : Good day folks, : : I've been runnning into a problem with lynx and download of files. : : In an ftp-listing I try to download two files : : (a) x.tar.gz : and : (b) x

Re: Lynx and binary files

1996-09-13 Thread bigl
On Fri, 13 Sep 1996, Martin Schulze wrote: > Good day folks, Ex Equo :-) > Before downloading lynx shows the following (not exactly) > > (a) Content-type: application/GNU Compr. Tar > > (b) Content-type: text/plain > > The question now is, who tells lynx to identify these files? > It's

Re: Lynx and binary files

1996-09-13 Thread Martin Schulze
Hiho, Seems that I have found what I was looking for. Lynx reads /etc/mime.types and the file from 1.1 didn't contain an entry for *.deb files. The mime-support package from the unstable tree does. Sorry for disturbing, Joey -- Individual Network e.V._/

Lynx and binary files

1996-09-13 Thread Martin Schulze
Good day folks, I've been runnning into a problem with lynx and download of files. In an ftp-listing I try to download two files (a) x.tar.gz and (b) x.deb Case (a) works without any problem, but the downloaded file (b) isn't usable. I then took look at the ftpserver and found out that