Timeline for Buffering stdout separately from stderr
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 4, 2020 at 20:44 | history | edited | Ole Tange | CC BY-SA 4.0 |
added 151 characters in body
|
| May 4, 2020 at 20:28 | history | edited | Ole Tange | CC BY-SA 4.0 |
added 89 characters in body
|
| May 4, 2020 at 19:04 | comment | added | JamesTheAwesomeDude | @OleTange ha, well played... I have edited my question to clarify. | |
| May 4, 2020 at 17:46 | comment | added | Stéphane Chazelas |
How did you determine those 30 GB / 3 GB ...? What do you mean by ksh? ksh88, ksh93, ksh2020, pdksh, mksh or other pdksh derivative like the sh of openbsd?
|
|
| May 4, 2020 at 17:21 | history | edited | Ole Tange | CC BY-SA 4.0 |
added 117 characters in body
|
| May 4, 2020 at 17:02 | history | edited | Ole Tange | CC BY-SA 4.0 |
added 117 characters in body
|
| May 4, 2020 at 15:53 | history | edited | Ole Tange | CC BY-SA 4.0 |
added 274 characters in body
|
| May 4, 2020 at 15:45 | comment | added | Ole Tange | /tmp/buffer is not a named pipe. It is a file. | |
| May 4, 2020 at 15:17 | comment | added | JamesTheAwesomeDude |
In the process of trying to figure out why I didn't think of this already, I remembered why I had decided against this: does this not expose out to other processes on the system? (In this case, the data is somewhat private.)
|
|
| May 4, 2020 at 15:14 | comment | added | JamesTheAwesomeDude |
Your first solution uses a named pipe (/tmp/buffer), which I specifically requested against. The second solution looks like it might be viable, however. 🤔 I just tested it, and it looks like even dash 0.5.10.2 supports newlines-in-variables!
|
|
| May 2, 2020 at 16:38 | history | edited | Ole Tange | CC BY-SA 4.0 |
added 31 characters in body
|
| May 2, 2020 at 16:28 | history | answered | Ole Tange | CC BY-SA 4.0 |