Skip to content
Prev 388557 / 398513 Next

ls() pattern question

Yes,. Thanks for the clarification. I tried to indicate this with my
comment about it being used as the "name" argument of ls().
What I should have said is that it is syntactically wrong as a way to
specify an argument of any function -- "myarg != something" does not
specify anything about the argument "myarg" of a function not equalling
something --  unless, as you pointed out, it positionally matches to
"myarg" and evaluates to something. But that was certainly not the OP's
intent, and I thought it was worth pointing out that he appeared to be
confused about the syntax of argument specification in general.


Bert Gunter

"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Thu, Jul 15, 2021 at 2:09 AM Duncan Murdoch <murdoch.duncan at gmail.com>
wrote: