Re: Compare 2 arrays.

2012-05-31 Thread Chet Ramey
On 5/30/12 12:14 PM, Bill Gradwohl wrote: > Admittedly, bash doesn't go out of its way to highlight this technique, but > it does work. > > What say you Chet? Bug or feature? There is no middle ground. Sure, there is. It's not explicitly documented, so the behavior is undefined. You can read t

req for fix: Completion: inconsistent case correction and '/' appending(for dirs)

2012-05-31 Thread Linda Walsh
if I type in a path: (1st example) > ls -d /share/doc/new, bash displays: ls /share/doc/New\ Folder Pressing 'Enter' gets: ls: cannot access /share/doc/New Folder: No such file or directory vs. (2nd example) > ls /share/do ls /share/Doc/n ls /share/Doc/New\ Folder/ () /share/Doc/New Folder/