1

我正在尝试date从 coreutils 进行克隆。man描述了该命令可以-r具有不同的值“类型”:

-r seconds
        Print the date and time represented by seconds, where seconds is the number of seconds since the Epoch
        (00:00:00 UTC, January 1, 1970; see time(3)), and can be specified in decimal, octal, or hex.

-r filename
        Print the date and time of the last modification of filename.

所以这个论点可以描述为[-r seconds | filename]。我怎样才能在掌声中达到同样的效果?

我已经尝试过具有相同选项名称的多个参数。也有可能value_names在一个论点中有多个。但我没有发现任何关于您可以将名称设为可选的信息。

4

0 回答 0