Table of Contents

Shell - Sh (Bourne Shell)

About

sh is the original shell of Linux.

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:

Documentation / Reference