I'm at a point in a project where I need to call system commands. I originally started looking at NSTask (as that seems to be the most popular approach) but recently i just came across the system
command. It looks like a far easier setup that NSTask. I've seen some questions/answers that say NSTask is the better approach, but I don't see
- What are the advantages/disadvantages between the two
- In what cases would one more likely to be used than the other
Any help/links/thoughts/ideas? (and yes.. i did a google search)