crontab output

Hi,

i put in crontab

*/5 * * * * echo "Hello"

where i can see the output of this ? because in terminal i can't see any output

if i put like this , i see the output in file hello.txt

*/5 * * * * echo "Hello" >> hello.txt

Thanks in advance

How can you expect to see any output? cron is a daemon, running in the background, not attached to a terminal, ...

If there's any output, it will be in the user's mail.