The following line which include into the cronjob.
18,36,54 * * * * /usr/bin/perl /home/folder.my_perl.pl >> out.log 2>> error.log
The error.log file will write all the errors and out.log file write all the output statement. I want to know that, If the size of both file is exceed then, System automatically create another or we have to maintain it manually?