Is there an Erlang os:cmd equivalent that takes a list of strings instead of a single command?

Nowadays you can do open_port({spawn_executable, Command}, {args, A1, ..., An}) but there is no convenient wrapper for this in the os module yet. You could take the code for os:cmd/1 and tweak it to use spawn_executable . Check the docs for erlang:open_port/2 for more details.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions