使用进程替换时 using_<和<for stdin 有什么区别。这是使用 bash 完成的。
_<
<
例子:
read bytes _< <(du -bcm random_iso.iso | tail -1); echo $bytes
bash stdin
bash ×1
stdin ×1