I need to take arguments from the user instead of hard coding in commands to execute concurrently using fork()

前端 未结 0 868
有刺的猬
有刺的猬 2020-12-03 03:42

I have created a simple code block below which forks from the parent, and executes "ls" and "date" concurrently:

int main(int argc, char *         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题