linux - Bash while read LINE extremely slow compared to cat, why ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
linux - Bash while read LINE extremely slow compared to cat, why ...
A simple test script here: while read LINE; do ... The reason while read is so slow
is that the shell is required to make a system call for every byte.