Avatar of jaisonshereen
jaisonshereen

asked on 

crontab not working properly

i have created a shell script shown below :

Its working properly when i executing through shell

but when i executed through crontab.

contents (body) of the mail is empty


Can u make out any problem ?

dflogs.sh
--------------
cat rs.log | grep '<' > /data/rs/applogs/dflogs.txt
mail -s "test" jaisonshereen@gmail.com < /data/rs/applogs/dflogs.txt
 
 
Crontab -e 
---------
 
5,10,15,20,25,26,27,28,29,30,31,32,33,34,35,40,45,50,51,52,53,54,55,56,57,58,59  * * * * /data/rs/applogs/dflogs.sh

Open in new window

Shell ScriptingRuby

Avatar of undefined
Last Comment
jaisonshereen

8/22/2022 - Mon