Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Bourne shell 中,我需要知道哪些日期属于同一周。例如,2013 年的第 16 周从 4 月 22 日开始,到 4 月 28 日结束。使用“日期”命令,我可以获得某个日期的周数,但我需要反过来。
谢谢
一种获取周数的廉价方法 - 使用ncal,周数在日历下方输出
ncal
例如
ncal -w 4 2013
或者
ncal -w 2013