Solution 1: This: date +%s will return the number of seconds since the epoch. This: date +%s%N returns the seconds and current nanoseconds.
確定! 回上一頁