Warning: Undefined global variable $debug in /var/www/ourcoders/tiny4cocoa/application/controllers/baseController.php on line 124
有个梨UGlee 2019-12-09 02:07:33 发布的技术动态 - OurCoders (我们程序员)
有个梨UGlee
2019-12-09 02:07:33 发布
卧槽我竟然想明白了这个问题。

假如有a设备,b设备,c设备,假设用户在和c设备交互。

在unix里的ls | grep xxx这样一个命令,其实是可以做到在设备a上执行ls,pipe到设备b上执行grep,然后结果送回c设备。