TL;DR: use (set -o posix ; set). According to the Bash manual you can use the set built-in command to show all of the environment variables that have been ...
確定! 回上一頁