[Bug 213510] csplit does not work any more

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 16 16:47:53 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213510

elferdo at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elferdo at gmail.com

--- Comment #1 from elferdo at gmail.com ---
This is only a "me too". I'm using FreeBSD 11.0-RELEASE-p2 #0: Mon Oct 24
06:55:27 UTC 2016

A simple example is not working for me:

echo "uno\ndos\nxxx\ntres\ncuatro" | csplit - '/xxx/'

I would expect two files created, one with:

uno
dos

the other one with:

tres
cuatro

Instead, I have:

xx00 which is empty
xx01:
uno

Cheers,
Fernando

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list