Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 16:47:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 213510] csplit does not work any more
Message-ID:  <bug-213510-8-OFFR8RCjY1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213510-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213510-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213510

elferdo@gmail.com changed:

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

--- Comment #1 from elferdo@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213510-8-OFFR8RCjY1>