How to enable relative dates? #639
-
Hey everyone, I'm having a hard time figuring out how to enable relative dates. Is it supposed to be enabled by default? For example, I do Tried searching through the command-line options, but I didn't find anything. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
cafkafk
Nov 12, 2023
Replies: 1 comment 1 reply
-
You probably just need |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
farzadmf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably just need
eza -l --time-style relative
, but I use it witheza -l --time-style relative --sort time
as well mostly. Hope this helps :3