Le 2017-07-03 19:17, Eric Blake a écrit :
Case 3: $ mkdir foo $ cd foo $ touch a[b] # the glob doesn't match, so it is passed unchanged $ ls ?[b] # the glob doesn't match, so it is passed unchanged ls: cannot access '?[b]': No such file or directory $ cd .. $ rm -rf foo
Yes understood, the glob didn't match. Thanks.
