Walk a directory/Recursively: Difference between revisions

Content deleted Content added
Kazinator (talk | contribs)
→‎{{header|TXR}}: Fix typo with better wording; move side note to end.
Kazinator (talk | contribs)
→‎{{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>