From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (static.214.254.202.116.clients.your-server.de [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 003A23861893 for ; Thu, 13 Aug 2020 12:12:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 003A23861893 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mehconsulting.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=goc-cygwin@m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1k6C6G-0009rJ-5T for cygwin@cygwin.com; Thu, 13 Aug 2020 14:12:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin@cygwin.com From: Mark Hansen Subject: Re: Assistance with 'split -l' command Date: Thu, 13 Aug 2020 05:12:43 -0700 Message-ID: References: <1969603898.20200812182445@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 In-Reply-To: <1969603898.20200812182445@yandex.ru> Content-Language: en-US X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, FORGED_MUA_MOZILLA, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 12:12:57 -0000 On 8/12/2020 8:24 AM, Andrey Repin wrote: > Greetings, Gary Vaughan! > >> I am working with csv files and when I perform the split -l, it splits the >> file correctly, but is putting the 'aa','ab','ac' after the file extension. > > Be very careful to use generic text tools on CSV files. > On any non-textual files, actually. > > I agree with your comment regarding non-text files, but a CSV file is a textual file.