The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



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

Join Date: Nov 2006
Location: /dev/null
Posts: 177
use find and mailx.

Code:
find . -type f -mmin -2
look at man mailx for more details.

Cheers,
K
Reply With Quote