5 ms·
There is also a variant of 'system' which takes multiple agruments. It invokes the program in the first argument and passes the other arguments directly withou
by masa331 2y ago
There is also a variant of 'system' which takes multiple agruments. It invokes the program in the first argument and passes the other arguments directly without going through shell so no globs etc. can take place. But this is not mentioned in the article but it is in Ruby docs