about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-12-27 09:40:56 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-12-27 09:40:56 +0100
commit1ca8ef43eb1f9d5e5904f92045c52b1b91a88f26 (patch)
tree115dad01eac6830bce3a8714d3c446897b69e643 /README.md
parent1f3e1628b0d9d97b274c87ecc9f19be316d71c6a (diff)
downloadlr-1ca8ef43eb1f9d5e5904f92045c52b1b91a88f26.tar.gz
lr-1ca8ef43eb1f9d5e5904f92045c52b1b91a88f26.tar.xz
lr-1ca8ef43eb1f9d5e5904f92045c52b1b91a88f26.zip
add relative date formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49b5c55..fd6d051 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ Over ls:
 * `%n`: number of hardlinks.
 * `%F`: file indicator type symbol (`*/=>@|`).
 * `%f`: file basename (everything after last `/`).
+* `%A-`, `%C-`, `%T-`: relative age for atime/ctime/mtime.
 * `%Ax`, `%Cx`, `%Tx`: result of `strftime` for `%x` on atime/ctime/mtime.
 * `%m`: octal file permissions.
 * `%M`: ls-style symbolic file permissions.