X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=ll-function;h=e9342e4b38eff5838d7c4faf233f567c9c55a530;hb=c477c9646eb61ed03bbb0dc5c2b07764557fadd1;hp=fac90102db5f25cb66573582bb3c7a496aaacadd;hpb=b372bf52841c5dde00ef51bdb07385a557f957e8;p=small-misc-bash diff --git a/ll-function b/ll-function index fac9010..e9342e4 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