added master
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Mon, 8 May 2023 10:12:03 +0000 (20:12 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Mon, 8 May 2023 10:12:03 +0000 (20:12 +1000)
README.adoc [new file with mode: 0644]

diff --git a/README.adoc b/README.adoc
new file mode 100644 (file)
index 0000000..7468a55
--- /dev/null
@@ -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.
+
+