Visual Numerics on Mon, 3 Apr 2000 14:23:08 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: GLUG: Find files


Hugo
> Please help. I want a listing of files modified after a certain time on the
> entire disk. How do I do that? ls, find?
find . -cmin 1 -exec ls -la {} \; 
will look for files less than 1 day old.

Jeremy
-- 
----------------------------------------------
Visual Numerics (Pty) Ltd
Mail: P. O. Box 11033  Street: 9 Pannevis Road
      Vorna Valley             Vorna Valley
      1686                     1686
      R.S.A.                   R.S.A.
Tel: +27-11-466-0319
Fax: +27-11-466-0320
email: visualn@xxxxxxxxxxx      
----------------------------------------------