I usually work on CentOS 7 and a standard(?, /bin/sh
automatically installed) shell handles an option set -o posix
.
but the option does not work a shell (/bin/sh
) in Xubuntu.
It says "no such option: posix", when I try set -o posix
.
What is the alternative option in dash?