iankelling.org
/
git
/
small-misc-bash
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b372bf5
)
A bit more readable date
author
Ian Kelling
<ian@iankelling.org>
Tue, 22 Apr 2014 07:18:56 +0000
(
00:18
-0700)
committer
Ian Kelling
<ian@iankelling.org>
Fri, 9 Sep 2016 21:06:16 +0000
(14:06 -0700)
ll-function
patch
|
blob
|
history
diff --git
a/ll-function
b/ll-function
index fac90102db5f25cb66573582bb3c7a496aaacadd..6fb746bc0fe9f67190b0bdd9285d833cd61ec5a3 100644
(file)
--- 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