From: Ian Kelling Date: Tue, 22 Apr 2014 07:18:56 +0000 (-0700) Subject: A bit more readable date X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=commitdiff_plain;h=caf671b5c469158479f81f2469e4568e0b938ed9 A bit more readable date --- diff --git a/ll-function b/ll-function index fac9010..6fb746b 100644 --- a/ll-function +++ b/ll-function @@ -35,7 +35,7 @@ ll() { while read line; do lines+=("$line") [[ ! ${line:10:11} == " " ]] && aclchar=true - done< <( "$binls" -lAh --color=always "--time-style=+%m-%d-%y + done< <( "$binls" -lAh --color=always "--time-style=+%m-%d %Y %m-%d %I:%M %p" "$@" ) for line in "${lines[@]}"; do