|
|
|
|
|
by userbinator
3315 days ago
|
|
You need a separate command with options and a flag to do that in bash. No you don't; whether ls is a builtin is mostly irrelevant, but ls *1*.png
does exactly what you (I assume) are saying, dir *1*.png
which AFAIK is a new extension introduced with WinNT's command processor, since the old algorithm...https://blogs.msdn.microsoft.com/oldnewthing/20071217-00/?p=... ...would effectively produce a pattern matching all files ending in '.png'. |
|