I have a weird problem with Kubuntu 8.04. The "ls -l" command outputs the timestamp in the "YYYY-MM-DD hh:mm" format even though the locale is set to en_us.UTF-8.
What should I do to format the timestamp to "May 20 17:22"? I ran "man ls" but couldn't find much help there.
[EDIT] I have tried "ls -l --time-style=locale", which according to many documents should work, but it did not.
Thanks!
Dai
Code:
$ ls -l kdeglobals -rw------- 1 dtoyama dtoyama 9538 2008-05-20 17:22 kdeglobals
Code:
$ echo $LANG en_US.UTF-8
[EDIT] I have tried "ls -l --time-style=locale", which according to many documents should work, but it did not.
Thanks!
Dai
Comment