《问》How to list all shell variables names and their current values on MacOS/Ubuntu?

《问》

How to list all shell variables names and their current values on MacOS/Ubuntu?


( set -o posix ; set ) | less

Comments

Popular posts from this blog

英语口语

Ruby语言经典代码讲座:单态类(Singleton Class)