aboutsummaryrefslogtreecommitdiff
path: root/bin/uts.awk
blob: a7b3ef5d7919c12927fe4755d720beaef1160703 (plain) (blame)
1
2
3
4
5
# Print the current UNIX epoch timestamp in a POSIX compatible fashion
BEGIN {
    srand()
    print srand()
}