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?
1 Answer