|
|
|
|
|
by pwd_mkdb
3670 days ago
|
|
i try to write my scripts in such a way that if all newlines were lost, the script would still run. semicolons even where optional. requiring the use of bash for non-interactive use? good grief. is it possible this company has a linux bias? the usefulness of a minimal scripting shell cannot be denied. even with linux distribs that use bash, we almost always see busybox in use. busybox is more like the almquist sh than bash. with sh, bash-only features may not work. for example, shellshock did not work with almquist sh. why are bash script not given a .bash file extension to distinguish them from sh scripts (.sh extension)? .ksh extension is often used for korn shell scripts. |
|