If there is an elegant solution it will be very useful. #!/bin/bash while IFS= read -r line do echo "running" done< <(sleep 10) exit The code…
確定! 回上一頁