bug: time-style option does not properly format recent files #1480
-
Maybe I don't fully understand what's going on but I cannot get this to work. So maybe it's a ME-problem, maybe it's not well documented, or there is a bug. Hope someone can help. From the documentation:
Naively, the first thing I tried was the following: And this is the output: Then, I tried this: and got: Then, I tried storing it in an environment variable: but still nothing... So what did I do wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Would something like this work? |
Beta Was this translation helpful? Give feedback.
Would something like this work?
TIME=$(echo -e "+%Y-%m-%d %H\n+%m-%d %H:%M") eza -l --time-style=$TIME