mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
seq: fix about text not found
This commit is contained in:
parent
c638ea9fb0
commit
64cb591e3b
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# seq
|
# seq
|
||||||
|
|
||||||
Display numbers from FIRST to LAST, in steps of INCREMENT.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
seq [OPTION]... LAST
|
seq [OPTION]... LAST
|
||||||
seq [OPTION]... FIRST LAST
|
seq [OPTION]... FIRST LAST
|
||||||
seq [OPTION]... FIRST INCREMENT LAST
|
seq [OPTION]... FIRST INCREMENT LAST
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Display numbers from FIRST to LAST, in steps of INCREMENT.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue