Walk a directory/Recursively: Difference between revisions

→‎{{header|TXR}}: Remove unnecessary HTML escapes in pre block.
(→‎{{header|TXR}}: Fix typo with better wording; move side note to end.)
(→‎{{header|TXR}}: Remove unnecessary HTML escapes in pre block.)
Line 2,093:
TXR also provides the <code>fnmatch</code> function which can be used to match using a file globbing pattern.
 
<pre>1&lt;< (fnmatch "*.tl" "foo.tl")
t
2>&lt;< (fnmatch "*.tl" "foo.c")
nil</pre>
 
543

edits