BASH命名管道锁定

Ada*_*ler 2 bash locking named-pipes

我不明白为什么会这样.我一直在使用同样的命令很长一段时间,现在,它突然开始锁定了.

mkfifo ./pipe
echo "test" >./pipe
Run Code Online (Sandbox Code Playgroud)

我该怎么做才能阻止这种锁定?

And*_*eKR 5

从FIFO读取.