From 243836915ae2242a028a865f698eb5d879c71f2b Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 8 May 2023 20:12:03 +1000 Subject: [PATCH] added --- README.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.adoc 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. + + -- 2.39.2