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
-
A common part of my workflow involves executing
ls
in large directories (specifically,ls -l large_dir
), which prevents me from settingls
as an alias foreza
, sinceeza
is significantly slower in large directories compared tols
. This isn't a major issue, and I understand that it's probably not whateza
is mainly for. Still, I'm curious if there's any combination of parameters that could makeeza
run faster when fancy stuff, like Git details, are not really necessary.Beta Was this translation helpful? Give feedback.
All reactions