date
/bin/date +%V
您可以使用“-d”参数来告诉日期来解析和格式化自定义日期而不是当前日期.
/bin/date -d "20100215"
然后,混合两个选项,您可以将自定义格式应用于自定义日期:
/bin/date -d "20100215" +%V