X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=vl9uEx5w91x7m7IBXxSY1WoWYmo0C vRYsRGiu63lfyYZwsBqzCZjoun1p77DANT95zOE2Z5jiMEIEJd5Y2A2O6bVRGA03 31SvOIvUyUJIHLD2x0R3tLr7vmocGlvGQo5KB3kVfcnck/8x50XvZcBJwbp0ae6m lEpv6Fedtjgp5E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=NiAfweVgqE9odUpRJaer0w/p82s=; b=FsP yhxiUEJjSKqeDMgqSrZyROsn+VeS1jorv0oxkqvK361HnBXPRy0P3qJXQtHG2K9n jBlQyLbUzGIsQnsavTz4YL1KkiDckxXXRUXkspx9yhPVF1FEblDeOfI99pK6ePLV B2D30+JkB+ToNmG5lgv/LmfQraa7INoku61j2IMI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,LIKELY_SPAM_BODY,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=HX-Received:Sat, Hx-languages-length:1404, 6943 X-HELO: mail-qk0-f169.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=nU/gk6NJmJngRNB4K4iO1vgWW9YPq6kV9PDMCnhdgtQ=; b=evyEJ0smmkQufpZLt4iepTrwyjAzWC7ahPq24yyAlu75KAVsitwhEBgnPHysKXDuVT 0HrWgU2PlGQ/gUG0A9dIlImBuZUDRGlOJapc8qZ+VGWNv8FKt/yOTqCVrE9A7UKFtiln MJ/lciZsIobNC3x6blML8jwZUQ9B/Q59g/jtjH5TWT+8gHE01uK4241gCsOiazg7Vfxs ZXWX7aRC7SaugRHguSmtEeEct3+L4BMUfJSesD5TabKHKsjLR9XUk5njbg5x5Vu+kRZ7 OqO3Im07VWzT919TLu//oExa+UTqyEmW0lvq3lhBbv5pKVZOLsIAIKK4Y0P9HlR0t+11 SFEA== X-Gm-Message-State: AElRT7HMjeWKgGXOUI8TnhhGnFzp6wiVtWcNo3M8aJgCIC1S+1sPJjVd TOf2uFgR615W560Qw0AgCw2Ww57rb8PEUnmVet84 X-Google-Smtp-Source: AG47ELtUIlTV6ru23Qbrh4ktuyLJlSn7MzSYEyqN0z8aK884kjjh0tkto0cd44htq/TWEjAH6CbIKrLCKKA1VyEZvFo= X-Received: by 10.55.149.135 with SMTP id x129mr12473222qkd.279.1520066170720; Sat, 03 Mar 2018 00:36:10 -0800 (PST) MIME-Version: 1.0 From: Fergus Daly Date: Sat, 3 Mar 2018 08:36:10 +0000 Message-ID: Subject: Re: sed seems to force UC filename on Mixed 8.3 filenames on FAT32 To: The Cygwin Mailing List Content-Type: text/plain; charset="UTF-8" >> Run stat on original and converted files. OK. I get this: ~> stat /j/PStart.xml File: /j/PStart.xml Size: 7233 Blocks: 8 IO Block: 65536 regular file Device: a6418e7fh/2789314175d Inode: 7206475022584976007 Links: 1 Access: (0644/-rw-r--r--) Uid: (197609/ fergusd) Gid: (197609/ fergusd) Access: 2018-03-03 00:00:00.000000000 +0000 Modify: 2018-03-02 11:50:12.000000000 +0000 Change: 2018-03-02 11:50:12.000000000 +0000 Birth: 2018-03-02 09:26:44.060000000 +0000 ~> dos2unix.exe /j/PStart.xml dos2unix: converting file /j/PStart.xml to Unix format... ~> stat /j/PSTART.XML File: /j/PSTART.XML Size: 6943 Blocks: 8 IO Block: 65536 regular file Device: a6418e7fh/2789314175d Inode: 7206475022584976007 Links: 1 Access: (0644/-rw-r--r--) Uid: (197609/ fergusd) Gid: (197609/ fergusd) Access: 2018-03-03 00:00:00.000000000 +0000 Modify: 2018-03-03 08:27:16.000000000 +0000 Change: 2018-03-03 08:27:16.000000000 +0000 Birth: 2018-03-03 08:27:15.210000000 +0000 Does that help at all? It's not so much the behaviour on FAT32, which I could put up with as a filesystem pehenomenon if it had always been the case: but it's just started in the past few days. Can't think what has been updated that would cause this change. Previously sed and dos2unix which I use constantly (and others) did NOT change the case of the filename. Fergus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple