awk里没有systime这个函数吗

2025-05-23 13:27:03
推荐回答(1个)
回答(1):

有这个函数,得到的是系统时间戳,可以用print输出看到。
例如:
awk 'BEGIN {print systime()}'