View Single Post

   
  #4 (permalink)  
Old 01-16-2008, 10:34 AM
Aldo of Pignotti
 
Posts: n/a
Default Re: how can I use "find" command to locate new created file in a certain directory??

#ls -lR > afile

then, sometime later, in the same directory:

#ls -lR > bfile
#diff afile bfile

Reply With Quote