We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With ours:
$ echo > in $ csplit -b '%0#6.3x' in 1 csplit: incorrect conversion specification in suffix
With GNU:
$ echo > in $ /usr/bin/csplit -b '%0#6.3x' in 1 0 1
The regexp here: https://github.com/uutils/coreutils/blob/main/src/uu/csplit/src/split_name.rs#L52 and the following code needs to be updated
Tested in GNU with tests/csplit/csplit.sh
The text was updated successfully, but these errors were encountered:
@marc-delgado-ferreres Glad you asked ChatGPT for us! Really helpful! Now please don't do that again.
Anyway, I think I just fixed the issue across these two PRs:
csplit
printf
uucore
I'll verify that once those are merged and add some tests for it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
With ours:
With GNU:
The regexp here:
https://github.com/uutils/coreutils/blob/main/src/uu/csplit/src/split_name.rs#L52
and the following code needs to be updated
Tested in GNU with tests/csplit/csplit.sh
The text was updated successfully, but these errors were encountered: