I want to run both of the run.sh
files
我想运行两个run.sh文件
I'm really new to Linux so could someone just spell this out for me. I know that I'd have to go into one of the directories and say
我是Linux新手,所以有人可以为我拼出这个。我知道我必须进入其中一个目录然后说
./run.sh & (insert something) &
Could someone help me out please
有人可以帮帮我吗
Would it be something like:
会是这样的:
./run.sh & Parallella/parallella-examples/aobench/./run.sh &`
?
1 个解决方案
#1
1
You can start the commands like this:
您可以像这样启动命令:
(./run.sh &) && (cd Parallella/parallella-examples/aobench; ./run.sh &)
#1
1
You can start the commands like this:
您可以像这样启动命令:
(./run.sh &) && (cd Parallella/parallella-examples/aobench; ./run.sh &)