Anybody knows, the difference of the following methods in ruby.
exec, system and %x() or Backticks
I know, they are helpful to execute the terminal command through programming way.. But, I want to know, why they introduced three different methods to execute the same process.