How can I show Progress Bar between first (code1) system call and the second (code2) system call? Especially we don't know how long each system call will take.#!/usr/bin/perl system("code1.out param1 > output.txt"); system("code2.out param2 output.txt > output_final.txt");
In reply to Progress Bar Between Multiple System Calls by monkfan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |