名称
seq - 打印数列
概述
seq [选项]... 尾数
seq [选项]... 首数 尾数
seq [选项]... 首数 增量 尾数
seq [选项]... 首数 尾数
seq [选项]... 首数 增量 尾数
描述
以增量为步长,打印从首数到尾数的数列。
必选参数对长短选项同时适用。
- -f, --format=格式
- 使用 printf 样式浮点格式
- -s, --separator=字符串
- 以指定字符串分隔数据(默认值为\n)
- -w, --equal-width
- 在数据前填充零以使之等宽
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
首数和增量的默认值为1。注意,在尾数小于首数的时候,增量默认值仍旧是1。数列生成的终止条件是当前数值与增量的和大于尾数。通常情况下,若首数小于尾数,增量应当用正值;若首数大于尾数,增量应当用负值。首数,增量和尾数都被视为浮点数。若首数、增量和尾数都是精度最高为 PREC 的定点十进制数,那么指定格式默认为 %.PRECf,否则为 %g。
作者
由 Ulrich Drepper 编写。
报告错误
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html> 报告 seq 的翻译错误。
请向 <http://translationproject.org/team/zh_CN.html> 报告 seq 的翻译错误。
版权
Copyright © 2014 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.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.