Read line by line in bash script

前端 未结 7 1901
暗喜
暗喜 2020-12-12 13:45

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; do
echo $C         


        
7条回答
提交回复
热议问题