GrayJack / coreutils

Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Mozilla Public License 2.0
106 stars 40 forks source link

Seq: Does not output when FIRST and LAST are the same number #135

Closed GrayJack closed 3 years ago

GrayJack commented 3 years ago

Describe the bug The seq utils outputs nothing when the FIST operand is the same as the LAST operand

To Reproduce Steps to reproduce the behavior:

  1. Run command with FIRST and LAST operands as the same number
  2. Nothing will be displayed

Expected behavior Output only one number, the same one as FIRST and LAST operands

Screenshots image

Desktop (please complete the following information):

Additional context None