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
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
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