How do I get the current Unix time in milliseconds in Bash? Solution 1: This: date +%s. will return the number of seconds since the epoch.
確定! 回上一頁