Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TCL で、1 行のコマンドを使用してすべての環境変数を表示するにはどうすればよいですか?
すべての環境変数を格納する env という配列があります。したがって、これを簡単に行うことができます:
puts [array get env]
または単に
parray env