I want to store, in a variable named MYCOMMANDLINE, a string…
I want to store, in a variable named MYCOMMANDLINE, a string representing the following command line: echo $RANDOM I now want to be able to execute that command line, by using the variable MYCOMMANDLINE, in a non-interactive and non-login subshell. Provide the command line(s) to do so. Make sure that you get a new random number each time that you run the command.
Read Details