The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-14-2007
xramm xramm is offline
Registered User
 

Join Date: May 2007
Posts: 111
try this one:

find . -mmin -10

more info:

http://www.unix.com/shell-programmin...hours-old.html
Reply With Quote