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

Re: find/ls most recent files



On Mon, 2005-04-04 at 07:34 -0400, Matt Price wrote:
> find . -maxdepth 1 -f file -atime -2

must be a diff type of find to me... I'd use
  find . -maxdepth 1 -type f -atime -2

-- 
Michael Bane
Atmospheric Physics Group
University of Manchester



Reply to: