Re: inaccurate documentation for [[:ascii:]]

2023-05-30 Thread alex xmb ratchev
On Tue, May 30, 2023, 14:51 Emanuele Torre wrote: > On Tue, May 30, 2023 at 02:42:46PM +0200, alex xmb ratchev wrote: > > does graph mean printable > > Sort of. [[:print:]] matches all the printable characters > https://en.wikipedia.org/wiki/ASCII#Printable_characters > > [[:graph:]] matches al

Re: inaccurate documentation for [[:ascii:]]

2023-05-30 Thread Emanuele Torre
On Tue, May 30, 2023 at 02:42:46PM +0200, alex xmb ratchev wrote: > does graph mean printable Sort of. [[:print:]] matches all the printable characters https://en.wikipedia.org/wiki/ASCII#Printable_characters [[:graph:]] matches all the characters that are printable, but not whitespace. In POS

Re: inaccurate documentation for [[:ascii:]]

2023-05-30 Thread alex xmb ratchev
does graph mean printable On Tue, May 30, 2023, 14:40 Emanuele Torre wrote: > The documentation for glob character classes is innacurate: > > > Within [ and ], character classes can be specified using the syntax > > [:class:], where class is one of the following classes defined in the > > POSIX