Re: glob
- Reply: davidson_a_freevolt.org: "Re: glob"
- In reply to: Kurt Hackenberg : "Re: glob"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Aug 2023 23:58:41 UTC
On 15/08/2023 20:40, Kurt Hackenberg wrote: > On Tue, Aug 15, 2023 at 07:46:13PM +0100, Graham Perrin wrote: > >> Is there a good manual page alternative to >> <https://en.wikipedia.org/wiki/Glob_(programming)>? > > That Wikipedia article describes the library functions fnmatch() and > glob(), which both exist and have man pages in FreeBSD (manual section > 3). The shells also document their filename matching, in their man > pages. Thanks, re: the apropos results I did already look at the section 3 pages. They're quite unlike what I need. tcsh(1) is similarly lacking. What I'd like is, something like the first two tables under <https://en.wikipedia.org/wiki/Glob_(programming)#Syntax>. If nothing like that can be used with man (at the command line), then I guess, the answer is: lynx 'https://en.wikipedia.org/wiki/Glob_(programming)#Syntax' – and then always accept cookies, twice. And then always accept cookies, twice, on my next visit, and so on.