I don;t know why, this might sound ridiculous, but on some of the unix c scripts I simply use # for comments
but on some other scripts like an ftp and mail script i tried to add some comments with #, it will actually cause me error: 0; Event not found....
this is exactly what i put
#
mailx -s "Title goes here" applle@aol.com<<-EOF
hello!! hello!
EOF
and sometimes i write
#
mail -s "Title goes here" applle@aol.com<<-EOF
hello!! hello!
-EOF
both will work fine without the # comment thing, any help? thanks
but on some other scripts like an ftp and mail script i tried to add some comments with #, it will actually cause me error: 0; Event not found....
this is exactly what i put
#
mailx -s "Title goes here" applle@aol.com<<-EOF
hello!! hello!
EOF
and sometimes i write
#
mail -s "Title goes here" applle@aol.com<<-EOF
hello!! hello!
-EOF
both will work fine without the # comment thing, any help? thanks