Re: bsearch utility

2005-07-23 Thread Paul Eggert
Sorav Bansal [EMAIL PROTECTED] writes: The code is now upward-compatible with BSD look(1) --- except that BSD look(1) was locale-agnostic, while our utility is sensitive to the locale specified by environment. That's fine, and I'd say expected. I have factored out the common code into

Re: df patch: show inode usage and block usage at once

2005-07-23 Thread Paul Eggert
Andrew Klyachkin [EMAIL PROTECTED] writes: 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. A couple of dumb questions. What does BSD's df -i output look like? And would it make sense simply to

Re: date not parsing full iso-8601

2005-07-23 Thread Jim Meyering
Paul Eggert [EMAIL PROTECTED] wrote: ... How about if we do it by supporting Internet RFC 3339 instead? ... I like this. ... 3. For convenience, introduce a new short option -i that is equivalent to --rfc-3339 with the default TIMESPEC. The mnemonic is that -i is short for Internet