In a shell script, how can I (1) start a command in the background (2) wait x seconds (3) run a second command while that command is running? – unix.stackexchange.com
This is what I need to happen: start process A in the background wait for x seconds start process B in the foreground How can I make the wait happen? I'm seeing that 'sleep' seems to halt ...
0 Comment to "In a shell script, how can I (1) start a command in the background (2) wait x seconds (3) run a second command while that command is running? – unix.stackexchange.com"
0 Comment to "In a shell script, how can I (1) start a command in the background (2) wait x seconds (3) run a second command while that command is running? – unix.stackexchange.com"
Post a Comment