如何读取 Shell 脚本内的环境变量?
我有这样的要求:
当我执行 shell 脚本时,它应该读取所有环境变量并将键值对写入服务器中的某个文件,以便我可以在某些应用程序中读取该文件。
我们可以使用 Shell 脚本来实现这一点吗?
I have requirement that:
When i execute shell script , it should read all the environment variables and write the key value pairs to some file in server so that i can read that file in some application.
Is there a way we can achieve this using Shell Script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Solaris 上,以下内容可以做到这一点。
On Solaris the following will do it.