Re: test binary

2005-07-22 Thread Brian Dessent
Kenneth J Vojtech wrote: In zLinux for o/s390 (SuSe v 8 64 bit) is a binary 'test' that we use to test for the existence of files. One of our tests uses a wildcard to check You are probably using the bash builtin command 'test' here and not the binary /bin/test that is a part of coreutils.

Re: date not parsing full iso-8601

2005-07-22 Thread Jos Backus
Hi Paul, On Fri, Jul 22, 2005 at 09:30:42AM -0700, Paul Eggert wrote: Jos Backus [EMAIL PROTECTED] writes: It would seem that GNU date should simply dispense with emitting the `T' between the date and time field in IOS 8601 mode until the parsing of this particular format is

Re: test binary

2005-07-22 Thread Kenneth J Vojtech
Thanks, Bob. I will give this a try. -kv This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery.

Re: test binary

2005-07-22 Thread Bob Proulx
Brian answered your question but did not CC you on the reply so I doubt you saw the followup. Therefore I am forwarding it to you. Bob Brian Dessent wrote: Kenneth J Vojtech wrote: In zLinux for o/s390 (SuSe v 8 64 bit) is a binary 'test' that we use to test for the existence of files.

df patch: show inode usage and block usage at once

2005-07-22 Thread Andrew Klyachkin
The following patch adds `-I' option to df. With this option df produces output similar to BSD's `df -i' - block usage and inode usage at once. diff -p -u -r coreutils/doc/coreutils.texi coreutils.andrewk/doc/coreutils.texi --- coreutils/doc/coreutils.texi2005-07-19 11:34:26.0

bug in stty???

2005-07-22 Thread Anders Gr�nlund
Hi. Is there a bug in stty? I've tried to set my terminal settings with: stty rows 50 columns 160 but the only result is that the terminal freezes. I have a 2.6.12-gentoo-r4 kernel and an HP Omnibook 6000. Kind regards, Anders.

Re: bug in stty???

2005-07-22 Thread Bob Proulx
Anders Gr�nlund wrote: Hi. Did you know that your from address is not encoded with a charset? That means that it will not show correctly in many environments. Is there a bug in stty? Not that we know about. I've tried to set my terminal settings with: stty rows 50 columns 160 but the