Bash script, read values from stdin pipe - Stack Overflow

Bash script, read values from stdin pipe - Stack Overflow

瀏覽:454
日期:2025-04-28
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 ; ......看更多