macos – Mac OS X上的awk strftime

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

内容简介: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


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

查看所有标签

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

Handbook of Data Structures and Applications

Handbook of Data Structures and Applications

Dinesh P. Mehta / Chapman and Hall/CRC / 2004-10-28 / USD 135.95

In the late sixties, Donald Knuth, winner of the 1974Turing Award, published his landmark book The Art of Computer Programming: Fundamental Algorithms. This book brought to- gether a body of kno......一起来看看 《Handbook of Data Structures and Applications》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

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

URL 编码/解码