From: Ian Kelling Date: Tue, 22 Apr 2014 07:19:55 +0000 (-0700) Subject: Again, a bit more readable date X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=commitdiff_plain;h=c477c9646eb61ed03bbb0dc5c2b07764557fadd1 Again, a bit more readable date --- diff --git a/ll-function b/ll-function index 6fb746b..e9342e4 100644 --- a/ll-function +++ b/ll-function @@ -36,7 +36,7 @@ ll() { lines+=("$line") [[ ! ${line:10:11} == " " ]] && aclchar=true done< <( "$binls" -lAh --color=always "--time-style=+%m-%d %Y -%m-%d %I:%M %p" "$@" ) +%m-%d %I:%M %P" "$@" ) for line in "${lines[@]}"; do # very first line starts with some non printing chars