linux - read line by line in bash script - Stack Overflow

linux - read line by line in bash script - Stack Overflow

瀏覽:1420
日期:2026-04-22
2011年1月9日 - I want to do the following, read line by line of a file and use the value per line as params. FILE="cat test" echo "$FILE" | \ while read CMD; ......看更多