A few choices: The classic, use tr : tr ' ' '\n' < example. Use cut cut -d ' ' --output-delimiter=$'\n' -f 1- example. Use sed
確定! 回上一頁