X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=ll-function;h=1efad4f51d38e989007dc4d682d6149731696d87;hb=fed9c86a4ac6572b66e256f005f888675d41f6f2;hp=6fb746bc0fe9f67190b0bdd9285d833cd61ec5a3;hpb=caf671b5c469158479f81f2469e4568e0b938ed9;p=small-misc-bash diff --git a/ll-function b/ll-function index 6fb746b..1efad4f 100644 --- a/ll-function +++ b/ll-function @@ -35,8 +35,8 @@ ll() { while read line; do lines+=("$line") [[ ! ${line:10:11} == " " ]] && aclchar=true - done< <( "$binls" -lAh --color=always "--time-style=+%m-%d %Y -%m-%d %I:%M %p" "$@" ) + done< <( "$binls" -lAh --color=always "--time-style=+%m-%d %Y +%m-%d %I:%M %P" "$@" ) for line in "${lines[@]}"; do # very first line starts with some non printing chars