The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
scheduling tasks with cron
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
scheduling tasks with cron
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
03-21-2007
matrixmadhan
Technorati Master
Join Date: Mar 2005
Location: leaf node in B+ tree
Posts: 2,958
it should be of the following form,
Code:
00 7 * * * echo "hi mother, i wanna be a script daddy." | mail -s "hello again" unixbuddy@hello.com
by contents, I meant the message that you are trying it send it via mail.
Posted above should work, paste it and save in the cron file
matrixmadhan
View Public Profile
Find all posts by matrixmadhan
Find matrixmadhan's past nominations received
Find matrixmadhan's present nominations given