more date fiddling
[small-misc-bash] / ll-function
index e9342e4b38eff5838d7c4faf233f567c9c55a530..1efad4f51d38e989007dc4d682d6149731696d87 100644 (file)
@@ -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