You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is typically a feature provided by your shell. For example, if I write this in bash:
eza *.md
that works already, just like ls, because ls also doesn't do this itself. Instead, bash expands the pattern into a list of files and passes those to eza as arguments.
In what context are you using these programs so that this doesn't work eza, but does work for ls?
Just like
ls *.md
,ls src/*.rs
The text was updated successfully, but these errors were encountered: