What is a "Bashism" on Linux?
A Bashism is a use of a feature in a shell script that is supported by Bash, the default shell on mainstream Linux distributions, but not by other shells such as ash, dash, zsh, etc.
For a list of Bashisms, see [https://mywiki.wooledge.org/Bashism].