Timeline for Combine the output of two commands in bash
Current License: CC BY-SA 4.0
19 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 14, 2024 at 6:38 | review | Close votes | |||
| Aug 19, 2024 at 3:06 | |||||
| Feb 5, 2021 at 9:48 | answer | added | ntg | timeline score: 2 | |
| May 21, 2020 at 23:22 | answer | added | fregante | timeline score: 6 | |
| Nov 23, 2019 at 9:00 | history | tweeted | twitter.com/StackUnix/status/1198164435287859202 | ||
| Nov 20, 2019 at 16:06 | comment | added | William Pursell | The output of both of those commands is already being written to the same stream (they each inherit the same file descriptor for stdout). So you don't have to do anything. | |
| S Nov 20, 2019 at 15:43 | history | suggested | Steffo | CC BY-SA 4.0 | Capitalize question |
| Nov 20, 2019 at 14:22 | review | Suggested edits | |||
| S Nov 20, 2019 at 15:43 | |||||
| Jul 11, 2019 at 19:16 | answer | added | Luke | timeline score: 7 | |
| Jun 20, 2019 at 8:56 | answer | added | Tamlyn | timeline score: 1 | |
| Nov 15, 2017 at 7:31 | answer | added | Ole Tange | timeline score: 18 | |
| Jan 1, 2015 at 12:04 | answer | added | j9s | timeline score: 107 | |
| Feb 18, 2013 at 19:29 | vote | accept | chovy | ||
| Feb 15, 2013 at 21:59 | answer | added | chovy | timeline score: 1 | |
| Feb 14, 2013 at 5:23 | comment | added | chovy | The node command doesn't output much, but it still needs to run. The python one outputs all requests, I want to capture both and watch them both in the same shell window. | |
| Feb 14, 2013 at 3:55 | answer | added | frogstarr78 | timeline score: 1 | |
| Feb 14, 2013 at 0:37 | comment | added | vonbrand | If the programs don't finish, presumably they write output continuously? What do yo want to do with their output? Interleave lines, ...? Why do you want to do this? | |
| Feb 14, 2013 at 0:16 | history | edited | Gilles 'SO- stop being evil' | edited tags | |
| Feb 13, 2013 at 23:28 | answer | added | Gilles Quénot | timeline score: 217 | |
| Feb 13, 2013 at 23:22 | history | asked | chovy | CC BY-SA 3.0 |