read stdin bash within a read loop - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
read stdin bash within a read loop - Stack Overflow
2012年1月16日 - while read line; do read userInput echo "$line $userInput" done < file.txt ... that the userinput read reads from stdin which in our case is file.txt.