Re: glob

From: <davidson_at_freevolt.org>
Date: Wed, 16 Aug 2023 00:55:50 UTC
On Wed, 16 Aug 2023 Graham Perrin wrote:
> 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.

If you find that as annoying to you as it sounds to me, then if you
really do want to accept all cookies, try

  $ lynx -accept-all-cookies 'https://en.wikipedia.org/wiki/Glob_(programming)#Syntax'

If you don't want any cookies, then try

  $ lynx -cookies 'https://en.wikipedia.org/wiki/Glob_(programming)#Syntax'

-- 
You SAY you've got nothing to hide. And yet you wear pants.