bash + progress dialog bar in linux machine
问题 The script run_tasks.bash read the text file The script need to read line by line the text file and execute the scripts in the text file One important remark about file.txt Lines numbers in the txt file could be different For example on the first running lines in txt file could be 12 On the second running lines in txt file could be for example 213 , and so on ..... ./run_tasks.bash /tmp/file.txt Example of text file - file.txt 1 /tmp/run.sh 2 /var/tmp/load_run.pl 3 /etc/RT/LM.pl . . What I