Using eza in large directories #816
Unanswered
apcamargo
asked this question in
Q&A, Howto, Help
Replies: 1 comment 14 replies
-
|
I just ran eza in a folder with 26218 files and it took an average of 104 miliseconds I'm assuming you're running with additional flags. These are likely the reason that your seeing slow speeds. Especially flags like |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A common part of my workflow involves executing
lsin large directories (specifically,ls -l large_dir), which prevents me from settinglsas an alias foreza, sinceezais significantly slower in large directories compared tols. This isn't a major issue, and I understand that it's probably not whatezais mainly for. Still, I'm curious if there's any combination of parameters that could makeezarun faster when fancy stuff, like Git details, are not really necessary.Beta Was this translation helpful? Give feedback.
All reactions