Your message dated Fri, 23 May 2008 08:57:28 +0200
with message-id <[EMAIL PROTECTED]>
and subject line misunderstanding
has caused the Debian Bug report #482440,
regarding csplit: does not split properly
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
482440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482440
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: coreutils
Version: 6.10-6
Severity: important
File: /usr/bin/csplit
I don't think I am reading the manpage wrongly... csplit seems to be
on crack:
% csplit - '/\n\n/' '{*}' <<_eof
a
b
c
d
_eof
11
% ls
xx00
% cat xx00
a
b
c
d
% rm xx00
% echo 'a1b1c1d' | csplit - '/1/' '{*}'
0
8
% ls
xx00 xx01
% head *
==> xx00 <==
==> xx01 <==
a1b1c1d
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages coreutils depends on:
ii libacl1 2.2.47-2 Access control list shared library
ii libc6 2.7-11 GNU C Library: Shared libraries
ii libselinux1 2.0.59-1 SELinux shared libraries
coreutils recommends no packages.
-- no debconf information
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
I misread the manpage. csplit can only do splitting on lines, which
is a shame, but so be it. /^\s*$/ is the regexp I needed.
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---