Re: Possibly missing announce of bash41-006 and 007 patches

2010-05-22 Thread Chet Ramey
On 5/21/10 1:56 PM, Joachim Schmitz wrote: > I've never seen pathces 3, 4 and 5 having been announced either. Is that > just me? I'm convinced I sent them out, but I will resend them when I send patches 6 and 7. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

Bash-4.1 Official Patch 7

2010-05-22 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.1 Patch-ID: bash41-007 Bug-Reported-by:Rob Robason Bug-Reference-ID: <1269513145.22336.9.ca...@home.robason.homelinux.net> Bug-Reference-URL: http://lists.gnu

Bash-4.1 Official Patch 6

2010-05-22 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.1 Patch-ID: bash41-006 Bug-Reported-by:Mike Frysinger Bug-Reference-ID: <201003210155.56618.vap...@gentoo.org> Bug-Reference-URL: http://lists.gnu.org/archive

Bash-4.1 Official Patch 5

2010-05-22 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.1 Patch-ID: bash41-005 Bug-Reported-by:wer...@suse.de Bug-Reference-ID: <201002251238.o1pccycg016...@boole.suse.de> Bug-Reference-URL: http://lists.gnu.org/arc

Bash-4.1 Official Patch 4

2010-05-22 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.1 Patch-ID: bash41-004 Bug-Reported-by:Crestez Dan Leonard Bug-Reference-ID: <1265592839.30682.21.ca...@deskbox> Bug-Reference-URL: http://lists.gnu.org/archi

Bash-4.1 Official Patch 3

2010-05-22 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.1 Patch-ID: bash41-003 Bug-Reported-by:coy...@wariat.org.pl Bug-Reference-ID: <4b64a1f8.06e2660a.60af.4...@mx.google.com> Bug-Reference-URL: http://lists.gnu.o

Conflicts between "complete" and "complete-filename"

2010-05-22 Thread Henning Bekel
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' - DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' - DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba

Re: How only show time of files with ls?

2010-05-22 Thread Bob Proulx
Peng Yu wrote: > ls -go gives me permission and file sizes. But I only want to show > time and file names. Would you please let me know what command to use? Since this has nothing to do with bash it is off topic for the bug-bash list. In the future think about sending general help questions to th

How not to expand a environment variable when doing command completion?

2010-05-22 Thread Peng Yu
When I type 'cd $HOME/.', bash will expand the command to 'cd /home/my_user_name/.'. Would you please let me know how to let bash expand the environment variable? -- Regards, Peng

How only show time of files with ls?

2010-05-22 Thread Peng Yu
ls -go gives me permission and file sizes. But I only want to show time and file names. Would you please let me know what command to use? -- Regards, Peng

Re: foo* doesn't match when 'foobar' does; fname=FooBar on xfs w/naming "ci" option

2010-05-22 Thread Linda Walsh
Marc Herbert wrote: You could try to implement (case-insensitive) *globbing* in xfs. Quite a challenge I guess! --- File systems ignoring case is not uncommon. File systems doing globbing? That's not something any file system does, that I know of. It's done by software usually above