假设您有一个6350pid 打开的终端 (T1) 。
类型 :
echo "ls
" > /proc/6350/fd/0 (writen in another terminal (T2)).
这篇文章写道“是”和“T1”中的跳线,但没有执行?为什么?
我还试过用
cat|bash with echo "ls
" > /proc/catPID/fd/0
但它仍未执行。
有什么想法吗?
谢谢
已编辑 :
一个可能的把戏:
mkfifo toto
$bash < toto
$echo "ls" > toto