macos – Mac OS X上的awk strftime

栏目: 服务器 · 发布时间: 5年前

内容简介:strftime是一个GNU gawk扩展.如果你想使用strftime,请下载GNU gawk并在你的Mac上安装.否则,您可以使用其他工具,如Perl / Python.检查你的Mac上是否有它们翻译自:https://stackoverflow.com/questions/1831093/awk-strftime-on-mac-os-x

我Mac上的以下命令(10.6)给出了一个未定义的函数错误:

$awk 'BEGIN{now=strftime("%D", systime()); print now}'
awk: calling undefined function strftime
 source line number 1

在Red Hat系统上,我得到了预期的结果:

$awk 'BEGIN{now=strftime("%D", systime()); print now}'
12/01/09

这是什么交易?

strftime是一个GNU gawk扩展.如果你想使用strftime,请下载GNU gawk并在你的Mac上安装.否则,您可以使用其他工具,如Perl / Python.检查你的Mac上是否有它们

翻译自:https://stackoverflow.com/questions/1831093/awk-strftime-on-mac-os-x


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Shallows

The Shallows

Nicholas Carr / W. W. Norton & Company / 2010-6-15 / USD 26.95

"Is Google making us stupid?" When Nicholas Carr posed that question, in a celebrated Atlantic Monthly cover story, he tapped into a well of anxiety about how the Internet is changing us. He also crys......一起来看看 《The Shallows》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试