From c477c9646eb61ed03bbb0dc5c2b07764557fadd1 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 22 Apr 2014 00:19:55 -0700 Subject: [PATCH] Again, a bit more readable date --- ll-function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2