|
|
|
|
|
by stephenr
4284 days ago
|
|
No-one claimed Bash isn't widely distributed and installed by default. However, unless you are patching and compiling the same version of Bash, you absolutely do not have the same version on all those machines, and that is the whole reason NOT to target Bash in shell scripts - its features are not always consistent/compatible across versions. |
|