From ddc648c39a1d116cad5bddce3c74a4143cb139ab Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 27 Feb 2016 19:20:22 +0100 Subject: customizable time stamp for -l --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d40daf8..50c3291 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,14 @@ Over ls: ## Usage: - lr [-0|-F|-l|-S|-f FMT] [-D] [-H|-L] [-1AGQdhsx] [-U|-o ORD] [-t TEST]* PATH... + lr [-0|-F|-l [-TA|-TC|-TM]|-S|-f FMT] [-D] [-H|-L] [-1AGQdhsx] [-U|-o ORD] [-t TEST]* PATH... * `-0`: output filenames seperated by NUL bytes (implies `-Q`). * `-F`: output filenames and an indicator of their file type (`*/=>@|`). * `-l`: long output ala `ls -l`. +* `-TA`: with `-l`, output atime. +* `-TC`: with `-l`, output ctime. +* `-TM`: with `-l`, output mtime (default). * `-S`: BSD stat(1)-inspired output. * `-f FMT`: custom formatting, see below. * `-D`: depth first traversal. `prune` does not work, but `entries` -- cgit 1.4.1