Updates.
h3rald h3rald@h3rald.com
Sat, 12 Oct 2024 15:08:03 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
site/contents/home.md
→
site/contents/home.md
@@ -43,7 +43,7 @@ <section class="pure-u-1 pure-u-md-1-2">
<h2>Examples</h2> <p>The following example shows how to find recursively all files in the current folder that were modified in the last hour:</p> <pre> - <code>. sys.ls-r + <code>sys.pwd sys.ls-r (fs.mtime time.now 3600 - >) seq.filter</code> </pre>