Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • But everywhere I read, using eval is somehow 'evil'
    – user361323
    Commented Nov 5, 2019 at 11:13
  • I can't speak for the morality of it :-) but for some things it's necessary – case in point. I would be inclined to ask what problem you are trying to solve by running commands in this manner? Perhaps there's another approach without resorting to evil eval.
    – bxm
    Commented Nov 5, 2019 at 11:31
  • I was just generally curious. it helps with understanding things on a more fundamental level, little by little.
    – user361323
    Commented Nov 5, 2019 at 11:51