This: date +%s. will return the number of seconds since the epoch. This: date +%s%N. returns the seconds and current nanoseconds. So: date +%s%N | cut -b1- ...
確定! 回上一頁