Skip to content

Conversation

mknos
Copy link
Contributor

@mknos mknos commented May 25, 2024

  • Technically the inclusive byte range of 2-2 is a single byte
  • When testing against GNU and OpenBSD versions, the usage of "cut -b 2-2" is allowed and interpreted as "cut -b 2"
  • This version raised an error previously but it's more compatible to allow it

* Technically the inclusive byte range of 2-2 is a single byte
* When testing against GNU and OpenBSD versions, the usage of "cut -b 2-2" is allowed and interpreted as "cut -b 2"
* This version raised an error previously but it's more compatible to allow it
@github-actions github-actions bot added Type: enhancement improve a feature that already exists Priority: low get to this whenever Program: cut The cut program labels May 25, 2024
@briandfoy briandfoy merged commit 9bc522d into briandfoy:master May 25, 2024
@briandfoy briandfoy self-assigned this May 25, 2024
@briandfoy briandfoy added Status: accepted The fix is accepted and removed Priority: low get to this whenever labels May 25, 2024
@briandfoy
Copy link
Owner

changes: -b allows a range of 1 now

@briandfoy briandfoy added Status: released there is a new release with this fix and removed Status: accepted The fix is accepted labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Program: cut The cut program Status: released there is a new release with this fix Type: enhancement improve a feature that already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants