View Single Post
Old 03-12-2003, 04:29 PM   #2 (permalink)
EscapeCharacter
GNU/Punk
 
EscapeCharacter's Avatar
 
Join Date: Jul 2002
Location: stuffs
Posts: 66
EscapeCharacter is on a distinguished road
Send a message via AIM to EscapeCharacter
i think the redirection part is messing it up usually cron wants the ouput of the script to goto the users mail. dont know if thats the problem but you could try sending the output to a variable instead. like
BLAH=`ls /dir`
__________________
cd /usr/ports/misc/life && make install
EscapeCharacter is offline   Reply With Quote