Re: GNU bash, 3.00.15(1)-release, referenced cmd in cwd executes alternate cmd

2007-01-03 Thread Bob Proulx
> I have learned a lot from your reply, and yes some of what you wrote > explains this as not being a bug; after a reboot I cannot reproduce > these results. You should not need to reboot to clear a single shell process hash cache. Simply starting a fresh shell, such as opening a new window, woul

Re: Bash - various feature requests

2007-01-03 Thread Matthew Woehlke
Richard Neill wrote: 1)substr support for a negative length argument. For example, stringZ=abcdef echo ${stringZ:2:-1} #prints cde i.e. ${string:x:y} returns the string, from start position x for y characters. but, if x is negative, start from the right hand side and if y is negative,