Bash script, read values from stdin pipe - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
Bash script, read values from stdin pipe - Stack Overflow
2010年4月30日 - if you want to read in lots of data and work on each line separately you could use something like this: cat myFile | while read x ; do echo $x ; ...