On Sep 24 2025, Chet Ramey wrote: > On 9/22/25 10:19 AM, Gioele Barabucci wrote: > >> diff --git a/doc/bash.1 b/doc/bash.1 >> index 8c6b51a4..5b180065 100644 >> --- a/doc/bash.1 >> +++ b/doc/bash.1 >> @@ -2513,6 +2513,8 @@ A filename whose suffix matches one of the entries in >> is excluded from the list of matched filenames. >> A sample value is >> .Q .o:\*~ . > > And, by the way, the example is wrong. The values in FIGNORE are not > patterns, so the `*' will likely not match.
\*~ produces the content of the string variable ~. -- Andreas Schwab, SUSE Labs, [email protected] GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
