We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--sort
When running, e.g.,
eza -l --sort=modified path_to_file_1 path_to_file_2 ...
... eza doesn't sort the files by modification time. I infer it's producing a separate listing for each argument, after sorting the arguments by path.
Resolving this would be particularly helpful when running, e.g.:
find . -name '*.foobar' | xargs eza -l --sort=modified
The text was updated successfully, but these errors were encountered:
I wasn't able to reproduce your issue locally. Did I make a mistake in my operation?
Sorry, something went wrong.
No branches or pull requests
When running, e.g.,
... eza doesn't sort the files by modification time. I infer it's producing a separate listing for each argument, after sorting the arguments by path.
Resolving this would be particularly helpful when running, e.g.:
The text was updated successfully, but these errors were encountered: