ls--
ls-- copied to clipboard
Day 'Dec' out of range
$ ls++ Day 'Dec' out of range 1..31 at /usr/local/bin/ls++ line 158
perl 5.14.2 on OS X 10.6.8
Same issue,
Perl: "This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-multi-2level" OS X 10.7.2
Same issue as well.
Day 'Jan' out of range 1..31 at /usr/local/bin/ls++ line 158
Perl v5.12.3, OSX 10.7.2, BSD ls
Here's a temporary fix, thanks to user Pirhoo:
alias ll=' LC_ALL=en_US.UTF-8 LANG=en ls++ '
If you want to patch the script, I've submitted a pull request that solves it. My repository is here.
excellent. Thanks for that. Works great :-)