I am running the script through the crontab scheduler.
I have created the log from within the script, but when am running script manually, it is giving output in proper format.
Same, when executed through crontab, is changing the output of log, below is sample:
ebilling@es247ahr:/var/SP/product/ebilling> b -type f | wc -l < 30
ebilling@es247ahr:/var/SP/product/ebilling> ource/discard_b2b < total 2423920
it is cutting down some of the output from log file by <
pointer.
Can anyone help me with this issue?