Chet Ramey wrote:
On 4/28/17 8:09 PM, L A Walsh wrote:
ls **Tokyo*
(nothing)
ls ***Tokyo*
(nothing)
ls **Tokyo**Tokyo*
(nothing)
ls **/*Tokyo*
(found multiple matches (including the one I was
searching for))

Because the first two search for files containing the string `Tokyo' in the
current directory and the third finds files containing `Tokyo' twice.
----
   So '**' is only special when it's a token by itself?


Reply via email to