I have the following script which has been running for over 3 days:
seq -w 1 1000000 | while read i; do (./myscript.pl $i >> output.txt); done
Is it possible to find out how far it has got with the sequence?
Asked by oshirowanen
(2661 rep)
Jun 11, 2020, 07:50 PM
Last activity: Jun 16, 2020, 08:40 PM
Last activity: Jun 16, 2020, 08:40 PM