I thought of using a for loop to iterate through the lines without scanning anything but I ... IFS='' cat test.file | while read data do echo "$data" done.
確定! 回上一頁