echo 123.4567 | awk '{printf "%.3f\n", $1}' 123.457 echo 123.4567 | awk ... $2} 123.4567000 55 Here is a list of the format-control letters: `c' This prints ...
確定! 回上一頁