lsd wildcard matching doesn't seem to work in some cases.

Created on 5 Jun 2019  路  3Comments  路  Source: Peltoche/lsd

Expected behavior (as seen in lsd directory)

$ ls -al *.md
-rw-r--r-- 1 dalecurtis primarygroup 5468 May 23 05:08 README.md

$ ls -al README*
-rw-r--r-- 1 dalecurtis primarygroup 5468 May 23 05:08 README.md

Actual behavior

$ ./lsd -al *.md
$ ./lsd -al README*
kinbug

All 3 comments

What is your lsd version? We had this bug in an old version and a fix for it was released recent, could you maybe update lsd and try as well.

Hi @dalecurtis,

As said by @meain a regression have been present inside the version 0.15.0 and have been fixed inside the 0.15.1. You should check you version and upgrade if necessary.

Ah thanks. I didn't notice that there was a new version. I was on 0.15, this is now fixed. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

augustobmoura picture augustobmoura  路  5Comments

Gerrit-K picture Gerrit-K  路  8Comments

jfernandz picture jfernandz  路  6Comments

hawkw picture hawkw  路  5Comments

jcassee picture jcassee  路  5Comments