2015-02-11 45 views

回答

1
$ echo 123.456 | awk '{printf "%sm%ss\n", int($1/60), $1 % 60}' 
2m3.456s 
相关问题