projects
/
rrq
/
newlisp
/
newest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7032bd6
)
added
master
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Mon, 8 May 2023 10:12:03 +0000
(20:12 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Mon, 8 May 2023 10:12:03 +0000
(20:12 +1000)
README.adoc
[new file with mode: 0644]
patch
|
blob
diff --git a/README.adoc
b/README.adoc
new file mode 100644
(file)
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.
+
+