[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
globstar broken again
From: |
Matt Zyzik |
Subject: |
globstar broken again |
Date: |
Mon, 18 May 2009 21:14:18 -0400 |
User-agent: |
Mutt/1.5.16 (2007-06-09) |
All,
Previously, the behavior of globstar mimicked that of ksh/zsh for such a
command: "ls -adl **/*.cs".
Now I've upgraded to Bash 4.0.24 from Bash 4.0.17 and the behavior is
different (seemingly incorrect). Previously, the above-mentioned command
would list all *.cs files in the current directory and all
subdirectories. With the latest Bash, it only lists *.cs files in
subdirectories. The *.cs files in the current working directory are
ignored.
I think this is a bug. Again, "ls -adl **/*.cs" is now _not_ picking up
*.cs files in the current working directory.
--Matt
- globstar broken again,
Matt Zyzik <=