Ran: (echo ping www.google.com & echo ping www.google.com) | cargo run
And got:
Now starting.
Pid: 113588, Event: ProcessStarted
Pid: 116580, Event: ProcessStarted
Pid: 113588, Event: Stdout("")
Pid: 116580, Event: Stdout("")
Pid: 113588, Event: Stdout("Pinging www.google.com [2a00:1450:400d:805::2004] with 32 bytes of data:")
Pid: 116580, Event: Stdout("Pinging www.google.com [2a00:1450:400d:805::2004] with 32 bytes of data:")
Pid: 116580, Event: Stdout("Reply from 2a00:1450:400d:805::2004: time=23ms ")
Pid: 113588, Event: Stdout("Reply from 2a00:1450:400d:805::2004: time=23ms ")
Pid: 116580, Event: Stdout("Reply from 2a00:1450:400d:805::2004: time=23ms ")
Pid: 113588, Event: Stdout("Reply from 2a00:1450:400d:805::2004: time=22ms ")
Pid: 116580, Event: Stdout("Reply from 2a00:1450:400d:805::2004: time=23ms ")
Pid: 113588, Event: Stdout("Reply from 2a00:1450:400d:805::2004: time=22ms ")
Pid: 116580, Event: Stdout("Reply from 2a00:1450:400d:805::2004: time=27ms ")
Pid: 113588, Event: Stdout("Reply from 2a00:1450:400d:805::2004: time=26ms ")
Pid: 116580, Event: Stdout("")
Pid: 113588, Event: Stdout("")
Pid: 116580, Event: Stdout("Ping statistics for 2a00:1450:400d:805::2004:")
Pid: 113588, Event: Stdout("Ping statistics for 2a00:1450:400d:805::2004:")
Pid: 116580, Event: Stdout(" Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),")
Pid: 113588, Event: Stdout(" Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),")
Pid: 116580, Event: Stdout("Approximate round trip times in milli-seconds:")
Pid: 113588, Event: Stdout("Approximate round trip times in milli-seconds:")
Pid: 116580, Event: Stdout(" Minimum = 23ms, Maximum = 27ms, Average = 24ms")
Pid: 113588, Event: Stdout(" Minimum = 22ms, Maximum = 26ms, Average = 23ms")
Pid: 116580, Event: ProcessEnded(ExitStatus(ExitStatus(0)))
Pid: 113588, Event: ProcessEnded(ExitStatus(ExitStatus(0)))
Done!