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

Fred Yankowski fred@ontosys.com
Thu May 17 15:37:00 GMT 2001


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



More information about the Cygwin mailing list