Your message dated Thu, 22 Dec 2005 19:48:22 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Done in 5.93
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Dec 2004 03:59:12 +0000
>From [EMAIL PROTECTED] Mon Dec 20 19:59:12 2004
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CgbB2-0004O9-00; Mon, 20 Dec 2004 19:59:12 -0800
Received: from localhost.localdomain ([EMAIL PROTECTED] [66.81.193.130])
by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id iBL3x7lX083558
(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO)
for <[EMAIL PROTECTED]>; Mon, 20 Dec 2004 19:59:10 -0800 (PST)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.34)
id 1CgbAn-00014i-TK
for [EMAIL PROTECTED]; Mon, 20 Dec 2004 19:58:58 -0800
Date: Mon, 20 Dec 2004 19:58:47 -0800
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
Sender: Matt Kraai <[EMAIL PROTECTED]>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: csplit help and manual page uses misleading file names
Content-Type: text/plain; charset=us-ascii
X-SA-Exim-Version: 4.1 (built Wed, 18 Aug 2004 01:12:09 +0000)
X-SA-Exim-Scanned: Yes (on localhost.localdomain)
X-Virus-Scanned: ClamAV 0.80/629/Tue Dec 14 11:01:57 2004
clamav-milter version 0.80j
on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: coreutils
Version: 5.2.1-2
$ csplit --help | head -3
Usage: csplit [OPTION]... FILE PATTERN...
Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ...,
and output byte counts of each piece to standard output.
When I run csplit, however, the output goes to xx00, xx01, ...
$ csplit - 1 << EOF
abc
def
ghi
EOF
0
12
$ ls
xx00
xx01
--
Matt
---------------------------------------
Received: (at 286605-done) by bugs.debian.org; 22 Dec 2005 18:49:01 +0000
>From [EMAIL PROTECTED] Thu Dec 22 10:49:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailservice.tudelft.nl ([130.161.131.5])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EpVUr-0007hx-0c
for [EMAIL PROTECTED]; Thu, 22 Dec 2005 10:49:01 -0800
Received: from localhost (localhost [127.0.0.1])
by rav.antivirus (Postfix) with ESMTP id 5D3A8233360
for <[EMAIL PROTECTED]>; Thu, 22 Dec 2005 19:48:30 +0100 (CET)
Received: from 82-171-132-56.dsl.ip.tiscali.nl (x078.decis.nl [130.161.177.78])
by mx2.tudelft.nl (Postfix) with ESMTP id 2A07123335D
for <[EMAIL PROTECTED]>; Thu, 22 Dec 2005 19:48:30 +0100 (CET)
Received: from [127.0.0.1] (localhost [127.0.0.1])
by 82-171-132-56.dsl.ip.tiscali.nl (Postfix) with ESMTP id 24D8DC02A0
for <[EMAIL PROTECTED]>; Thu, 22 Dec 2005 19:48:23 +0100 (CET)
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 22 Dec 2005 19:48:22 +0100
From: Thomas Hood <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Done in 5.93
X-Enigmail-Version: 0.92.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at tudelft.nl
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-1.4 required=4.0 tests=BAYES_00,UPPERCASE_25_50
autolearn=no version=2.60-bugs.debian.org_2005_01_02
CSPLIT(1) User Commands
CSPLIT(1)
NAME
csplit - split a file into sections determined by context lines
SYNOPSIS
csplit [OPTION]... FILE PATTERN...
DESCRIPTION
Output pieces of FILE separated by PATTERN(s) to files `xx00',
`xx01', ..., and output byte
counts of each piece to standard output.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]