Re: bash 4.3 problem

2014-03-07 Thread Mike Jakubik
On 03/04/14 15:33, Albert Shih wrote: Hi all, I don't known if it's a problem with bash 4.3 or with bash 4.3-FreeBSD. But when you got a file with a name like (my_file) begin with a "(" the completion don't work. Albert, This works just fine for me on two machines. GNU bash, version 4.

bash 4.3 problem

2014-03-04 Thread Albert Shih
Hi all, I don't known if it's a problem with bash 4.3 or with bash 4.3-FreeBSD. But when you got a file with a name like (my_file) begin with a "(" the completion don't work. For example if you create : touch \(\) you can delete it with rm \(\) but you can't do rm \(+TA