Timeline for How to run "&" operation sequentially
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 14, 2017 at 10:07 | answer | added | Ole Tange | timeline score: 0 | |
| Dec 17, 2014 at 23:08 | history | edited | Gilles 'SO- stop being evil' | edited tags; edited tags | |
| Dec 17, 2014 at 16:46 | vote | accept | Sas | ||
| Dec 17, 2014 at 16:01 | comment | added | Sas | @HaukeLaging yes that's correct. | |
| Dec 17, 2014 at 15:59 | comment | added | Hauke Laging | That code runs script1.sh in the background but script2.sh in the foreground. Is that intended? The scripts of $SCRIPT_1 shall run in parallel and after all of them have finished those of $SCRIPT_2 shall run in parallel? | |
| Dec 17, 2014 at 15:58 | comment | added | goldilocks | See help wait. | |
| Dec 17, 2014 at 15:58 | comment | added | Stéphane Chazelas | Just use wait to wait for all the background jobs. | |
| Dec 17, 2014 at 15:52 | answer | added | Hauke Laging | timeline score: 1 | |
| Dec 17, 2014 at 15:48 | history | asked | Sas | CC BY-SA 3.0 |