|
From: | BaBa |
Subject: | Re: How the ls command interpret this? |
Date: | Mon, 03 Jul 2017 20:30:26 +0200 |
User-agent: | Webmail Free/1.2.3 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |