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:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=C8trhp7 Fh/2Eu5ug+iZJd0Ch2sORI7DbVpabA1DgwaxOnt2chdp4UU+p94SAXMWg1nMM9+z 3VC3dhZ4orFZTvXoqUXrqjsW+RMYPX7YRzIybux9gIjyJxlZHN4zZjF+bvvmlvL2 V7FUu/p4EcjNHw4de3WZXYdhU/Rny73OSSV4= 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:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=jxleZd71lOGZv QgjRi7Jx9CyGxA=; b=XalkhfiRYRQL1/eGqDU3IEmh3UyMuPFJMKTtqQRY4ZFFR nZAFDSSqimUV7gECh34zVmZdb4VwflC8aBNQXnLIkzSdpZs2vSxrHTST2ShEOYd5 +VSfOB/JnjUvWxdTrpxjNOeusKp7u/pka9uhAP0nXQprzhCMcqHtxunnWux1BM= 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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-ot0-f173.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:in-reply-to:references:from:date :message-id:subject:to; bh=8sSRecu3E+OdbJxwZrmgPbF7zsIsMAWSZZz+5WzDUR8=; b=lAFaBHWSsLABzqQlO3SLyhOYanpBdih95Y7fqMc+ONcNZuTWk+iMyFdeQhHfDqfM24 yMMJIL/mcccRu7FH2S37N/vItwmVWDOvGiQmuxCnGwas5XE1Yt2SMw1tShCoTntjS/Vw 1xmV+xs8/2NwzCPGdi4RSWR8QhitvHCTIXz0d8pl0+u3JXioRv1Dljp591G+uy382ebM gB6mdt+z1D3ThV/uYPdyXwwdPt5SOwmo1yNospBs2GFZ8QbYwpYFIBG6oVyxT6cGZMH8 RsG8E8Iz5FUfiuHCN45sg3oGkTJCward8z2tFC9h2DxiVfDj9iO/yrmqGK8mcx68TACX Tv3w== X-Gm-Message-State: ALQs6tCLMffHoOcE9lD4Du33hWY0yhnpA2KPxB4MnLFZi+RnybNz1MWX YUmvoB7hNdnT6glACKTaXtXywjcZ/XuvtcnkzN4rdw== X-Google-Smtp-Source: AB8JxZo9Z6bV7YNry39fxSLgHXNj0XC2G6JaZq0YBZmmwdvlFT1KJJb54SO2smhbF+oIz42uoTq9LtbTWVh1nZ52jCk= X-Received: by 2002:a9d:30a1:: with SMTP id s33-v6mr12565356otc.360.1525364867698; Thu, 03 May 2018 09:27:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Franz Joseph Bowman Date: Thu, 3 May 2018 11:27:47 -0500 Message-ID: Subject: Re: cygwin not showing afp files since update To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" It looks like the program that created them is putting the T attribute which means Temporary. I don't think this used to hide them in cygwin but now it does. Is this by design? My coworker is using 32 bit Cygwin and is having the same issue. On Wed, May 2, 2018 at 4:57 PM, Joe Bowman wrote: > > # Since we updated to 2-10-0.1, something in cygwin makes some files > hidden in some cases. > > # Just listing with the name works > $ ls -n RSC0388_618C5.afp > -rw-rw-rw-+ 1 1558598 1049089 198483 May 2 14:15 RSC0388_618C5.afp > $ ls RSC0388_618C5.afp > RSC0388_618C5.afp > > The filesystem globbing when using ls does not see the same file > $ ls *.afp > ls: cannot access '*.afp': No such file or directory > > # if I copy the file in cygwin the user name and domain are different > and now I am allowed to see them > $ cp RSC0388_618C5.afp my_RSC0388_618C5.afp > $ ls -n *.afp > -rw-rw-r--+ 1 544 1049089 198483 May 2 15:50 my_RSC0388_618C5.afp > > This was in 64 bit cygwin. I installed an old 32 bit cygwin alongside > and it sees the files. > > Please help. > > > Regards, > > Joe Bowman | Lead Programmer, BCS App Dev | RR Donnelley > franz _DOT_ j _DOT_ bowman _AT_ rrd _DOT_ com -- 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