Right, but you can still escape it no? You face the same issue with `find . -name "*"`. That's going to find everything. This is just optimizing usability for the common case. Because it's pretty rare case to want to search for literal *, extremely common to want to search for wildcard stars, and everyone is already familiar with the way you get around it and force a search for a literal *
On Wed, Oct 25, 2017 at 10:06 AM Pavel Labath via lldb-dev < lldb-dev@lists.llvm.org> wrote: > On 25 October 2017 at 09:41, Greg Clayton via lldb-dev > <lldb-dev@lists.llvm.org> wrote: > > Are glob characters legal file characters on any systems? > > > All unix systems accept '*' as file names. In fact, the only system I > know of, where that is not a legal filename is windows. > _______________________________________________ > lldb-dev mailing list > lldb-dev@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev >
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev