From: Ralph Ronnquist Date: Mon, 8 May 2023 10:12:03 +0000 (+1000) Subject: added X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;p=rrq%2Fnewlisp%2Fnewest.git added --- diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..7468a55 --- /dev/null +++ b/README.adoc @@ -0,0 +1,9 @@ += newest.lsp + +A small newlisp script to determine and enlist the newest file for +each of the given pathnames. Directories are traversed exhaustively +and the newest plain file within the directory tree is listed with its +modification timestamp. Files given on the command line are also +listed with their modification timestamps. + +