Shell script – How to display variable names and their values in loop
I am trying to display variable names and their values in a for loop, through a ksh shell script. But I’m not sure how to do that. Should I use something like eval for this?
I am trying to display variable names and their values in a for loop, through a ksh shell script. But I’m not sure how to do that. Should I use something like eval for this?