This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: What is the secret to locating files with the 'archive' bit set using 'find'?


And here's another way:

	find . | xargs -l1 attrib | egrep '^A' | cut -c12-


> On 17 May 2001, at 14:45, malcolm.boekhoff wrote:
> > Does anyone know whether there is a secret test that can be made to
> > enable the "find" command to locate files on an NTFS disk that have
> > the "archive" bit set?

-- 
Fred Yankowski           fred@OntoSys.com      tel: +1.630.879.1312
Principal Consultant     www.OntoSys.com       fax: +1.630.879.1370
OntoSys, Inc             38W242 Deerpath Rd, Batavia, IL 60510, USA

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]