The idea is to let the program capture some data and parse its logfile afterwards. So I need to start the program, put it in the background, output something to show I am alive, and kill the programm. However, I couldn't find how to do it./path/to/program/that/would/output/something/and/run/forever > /dev/nu +ll 2>&1 & for i in `seq 1 10`; do sleep 1; echo -n "." done kill -9 $!
In reply to Executing a program, displaying some status, and killing it by Spida
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |