Is there an elegant way, in the shell, to say “run this program until this other program is finished”?
I know I could run a thing, get a PID and then append a command with “&& kill pid” or something but that feels clunky.
Is there an elegant way, in the shell, to say “run this program until this other program is finished”?
I know I could run a thing, get a PID and then append a command with “&& kill pid” or something but that feels clunky.