in reply to Re^2: Changing the order of printing
in thread Changing the order of printing
So, I can't manually handle them.
So, add
system qq[ cat $outputdir/$date_seq_comparison_summary.csv >> $outputdir/$date_seq_comparison_log.log ]; system qq[ rm $outputdir/$date_seq_comparison_summary.csv ];
or the equivalent formulation for your OS, to the end of the script, or to the command file you submit to cron.
|
|---|