Timeline for redirect output of command to /dev/null
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 8, 2017 at 7:53 | answer | added | Shridhar U Patil | timeline score: -1 | |
| Jul 27, 2016 at 15:41 | vote | accept | yael | ||
| Jun 29, 2016 at 19:47 | answer | added | DopeGhoti | timeline score: 7 | |
| Jun 29, 2016 at 19:10 | history | edited | Jeff Schaller♦ | CC BY-SA 3.0 |
bash is not central to the question
|
| Jun 29, 2016 at 19:00 | comment | added | Petro | Stdio (standard out) is 1 (in this context) stderr is 2. I suspect you want to redirect stderr, meaning 2>/dev/null As to where, I'm not exactly sure what you're doing in that line so I would rather not hazard a guess. | |
| Jun 29, 2016 at 18:48 | history | asked | yael | CC BY-SA 3.0 |