solved

小娃要挣生活费
楼主 (北美微论坛)
本帖最后由 小娃要挣生活费 于 2019-9-23 13:23 编辑

solved
I
IAMNUMBERTWO
2 楼
你去stackoverflow问一下吧, 管道命令本身是没有实质意义的 想一想你问题是不是问对了
SJun✨
3 楼
自认windows玩的不错!但是linux真一窍不通!
y
yg2019
4 楼
我变成纯Linux用户大半年了,竟然看不懂楼主的问题
小娃要挣生活费
5 楼

我变成纯Linux用户大半年了,竟然看不懂楼主的问题

具体问题我没有发,请问您会吗?
匿名
6 楼
你是在問普通的shell scripting 嗎?
小娃要挣生活费
7 楼

你是在問普通的shell scripting 嗎?

应该是的吧
匿名
8 楼
本帖最后由 匿名 于 2019-9-21 05:33 编辑

应该是的吧

在Linux , 這是最基本的!pipe 是用在interprocess communication ... like daisy chain ... the result of one process passes onto to a new one directly ...
fork is different in that it creates a child process like the parent ... thus forking out.
你在轉行嗎? 我之前教過Linux Users course + System administration course.  
小娃要挣生活费
9 楼

在Linux , 這是最基本的!pipe 是用在interprocess communication ... like daisy chain ... the result of ...

要求是建立两个child process,然后让两个进程用pipe单向链接,第一个child的output是第二个child的input,感觉我们班没几个人会的,问老师,他说去google
匿名
10 楼
本帖最后由 匿名 于 2019-9-21 09:29 编辑

要求是建立两个child process,然后让两个进程用pipe单向链接,第一个child的output是第二个child的input, ...

你是在寫C language or Bash?
Depend on what you do ... what you said it’s doable ... just make sure timing is ok ... are you doing a thread ?
小娃要挣生活费
11 楼

你是在寫C language or Bash?
Depend on what you do ... what you said it’s doable ... just make sure ...

好像不是thread吧,就是一个child是ls,然后另一个child是nl,他们两个要用pipe链接,ls的output要是nl那个的input,是不是shell,我不太清楚
匿名
12 楼

好像不是thread吧,就是一个child是ls,然后另一个child是nl,他们两个要用pipe链接,ls的output要是nl那个 ...

你用什麼language 寫了?C
小娃要挣生活费
13 楼

你用什麼language 寫了?C

嗯嗯,老师要求用c
匿名
14 楼
本帖最后由 匿名 于 2019-9-22 17:56 编辑

嗯嗯,老师要求用c

你懂C嗎?You see C :)
你是take course 嗎?creating processes 等等,很接近system kernel ...
小娃要挣生活费
15 楼

你懂C嗎?You see C :)
你是take course 嗎?creating processes 等等,很接近system kernel ... ...

我写了一个程序,可是compile以后没有显示nl,不知道为什么
匿名
16 楼
本帖最后由 匿名 于 2019-9-23 05:37 编辑

你成功create ls process 嗎?你是否在implementing
ls | nl command ?
小娃要挣生活费
17 楼

你成功create ls process 嗎?你是否在implementing
ls | nl command ?

我解决了,谢谢你
G
Genius123
18 楼

我解决了,谢谢你

怎麼你跑去學電腦了?