Skip to content
New issue

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

paste: error on serial #7103

Open
iingLK opened this issue Jan 8, 2025 · 0 comments
Open

paste: error on serial #7103

iingLK opened this issue Jan 8, 2025 · 0 comments

Comments

@iingLK
Copy link

iingLK commented Jan 8, 2025

Environment: Microsoft Windows [Version 10.0.19045.5247]
Installation: winget install uutils.coreutils
Installer Url: https://github.com/uutils/coreutils/releases/download/0.0.28/coreutils-0.0.28-x86_64-pc-windows-msvc.zip

Steps to reproduce:

seq 15 | coreutils paste -sd ","

What happens now: visible output shows

,15

but if i do seq 15 | coreutils paste -sd ","|clip the output become

1
,2
,3
,4
,5
,6
,7
,8
,9
,10
,11
,12
,13
,14
,15

What I expected to happen: it should appear as 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15

Note:

  • using coreutils seq 15 | coreutils paste -sd "," give me the correct output 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
  • I'm using seq --version : seq (GNU sh-utils) 1.13 it s not coreutils seq
  • i do this experiment since dir *.exe/b | coreutils paste -sd "," doesnt give proper output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants