> Also, the provided seq function shadows /usr/bin/seq > [...] The patch to fix these issues...
Shadowing a command is not really an "issue". In this example, a function shadows an external command, hence it is in the examples dir.
pourko--- via Bug reports for the GNU Bourne Again SHell Sat, 20 Sep 2025 12:26:24 -0700
> Also, the provided seq function shadows /usr/bin/seq > [...] The patch to fix these issues...
Shadowing a command is not really an "issue". In this example, a function shadows an external command, hence it is in the examples dir.