如何在OS X中显示GNU的日期?


Answers:


29

gdatecoreutils中的二进制文件应该是gnu date程序:

$ gdate --version
date (GNU coreutils) 8.25
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie.

如果您在此过程中没有,那可能brew rm coreutils && brew install coreutils是一个开始以及检查您的地方的地方$PATH

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.