bash: Execute a string as a command
问题 See my previous question on assembling a specific string here. I was given an answer to that question, but unfortunately the information didn't actually help me accomplish what I was trying to achieve. Using the info from that post, I have been able to assemble the following set of strings: gnuplot -e "filename='output_N.csv'" 'plot.p' where N is replaced by the string representation of an integer. The following loop will explain: (Actually, there is probably a better way of doing this loop,