seanking1987 发表于 2016-07-19 14:49 回复 1# abcdex
jason680 发表于 2016-07-19 16:26 $ echo -e "owner table\nuser 123" | while read owner table; do echo $owner,$table; done owner,table ...