About
sh is the original shell of Linux.
Articles Related
Bash
Bash - Bash cli is an extension but where there is some incompatibility between bash and sh.
For example, see brace expansion.
If strict compatibility with sh is desired:
- start bash with the +B option
- or disable brace expansion with the +B option to the set command.