![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A utility for sending complex email messages from the command line | iBot | UNIX and Linux RSS News | 0 | 06-06-2008 05:50 AM |
| edit results of a find command | grep_whoami | Shell Programming and Scripting | 6 | 10-15-2007 07:16 PM |
| I have some problem in sending an email, please help me. | Sheethal | Shell Programming and Scripting | 2 | 10-12-2007 09:03 AM |
| sending email | vasikaran | UNIX for Dummies Questions & Answers | 1 | 07-05-2005 06:50 AM |
| Sending email | bcheaib | UNIX for Dummies Questions & Answers | 7 | 02-22-2005 09:03 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Sending find command results to email
This is probably simple so forgive me...
I just want to find all files in a folder created within the last 10 minutes... This is easy: # find /home/folder -cmin -10 If the find command locates any files created in the last ten minutes I want it to send an email alert. I just want to script this so it runs as a cron job every 10 minutes. I would appreciate any help. Thanks in advanced. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|