From: Ian Kelling Date: Tue, 22 Apr 2014 07:21:42 +0000 (-0700) Subject: more date fiddling X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=commitdiff_plain;h=fed9c86a4ac6572b66e256f005f888675d41f6f2 more date fiddling --- diff --git a/ll-function b/ll-function index e9342e4..1efad4f 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