Open jiansoung opened 6 years ago
OP: https://stackoverflow.com/questions/5725296/difference-between-sh-and-bash
sh is a specification, not an implementation.
sh
bash started as an sh-compatible implementation.
bash
For my own scripts, I prefer sh for the following reasons:
Difference between sh and bash
sh & bash
sh
is a specification, not an implementation.bash
started as an sh-compatible implementation.Which one to use
For my own scripts, I prefer sh for the following reasons:
References