Timeline for How can I prevent 'grep' from showing up in ps results?
Current License: CC BY-SA 3.0
28 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 2, 2024 at 18:46 | answer | added | Snap Shot | timeline score: 0 | |
| Aug 23, 2023 at 21:03 | answer | added | Jeremy Davis | timeline score: 2 | |
| Dec 29, 2021 at 19:05 | answer | added | Leo Mendez | timeline score: 0 | |
| Mar 31, 2021 at 14:49 | answer | added | wjb | timeline score: 0 | |
| Oct 11, 2019 at 8:01 | answer | added | Murphy | timeline score: 3 | |
| May 21, 2017 at 22:21 | answer | added | moodboom | timeline score: 0 | |
| Aug 30, 2016 at 17:34 | answer | added | Morgan | timeline score: 10 | |
| Mar 5, 2016 at 1:46 | answer | added | Noah Spurrier | timeline score: 3 | |
| Nov 6, 2015 at 13:47 | answer | added | Constantin Zagorsky | timeline score: 0 | |
| Sep 15, 2015 at 13:26 | answer | added | Keivan Beigi | timeline score: -3 | |
| Jan 10, 2015 at 3:12 | answer | added | Adam Katz | timeline score: 6 | |
| May 14, 2013 at 12:26 | vote | accept | Wayne Werner | ||
| May 14, 2013 at 2:21 | answer | added | eToThePiIPower | timeline score: 0 | |
| May 2, 2013 at 9:54 | comment | added | Francesco | @acolyte it's not a surprise that you cannot see the "fnord" line. You are not supposed to be able to see it. If you have some 2 or 3 minutes to spare, search for it. | |
| May 2, 2013 at 5:23 | comment | added | acolyte | no no no no, what i meant is, is that all the output you get? because if so, then there IS no program named 'fnord' running, just the call to grep. if, however, there is a line that you omitted (understandably), which contains the program itself, it's a different problem altogether. | |
| May 2, 2013 at 1:58 | comment | added | Wayne Werner | @acolyte, that's precisely it - but because it's piping the output into grep, grep is running (waiting for the output of ps aux, I expect). So the question is how to prevent grep fnord from showing up as a running process because obviously I'm not interested in that one. | |
| May 1, 2013 at 14:59 | answer | added | Anne van Rossum | timeline score: 1 | |
| Apr 30, 2013 at 22:46 | answer | added | Emanuel Berg | timeline score: 21 | |
| Apr 30, 2013 at 17:10 | comment | added | acolyte | is that output legit? it seems that there IS no program named fnord running... | |
| Apr 30, 2013 at 15:09 | history | tweeted | twitter.com/#!/StackUnix/status/329251106247024640 | ||
| Apr 30, 2013 at 15:07 | answer | added | RSFalcon7 | timeline score: 80 | |
| Apr 30, 2013 at 14:08 | comment | added | Thor | Same question on Serverfault and Superuser. | |
| Apr 30, 2013 at 14:06 | answer | added | BriGuy | timeline score: 216 | |
| Apr 30, 2013 at 14:05 | answer | added | Brandon Kreisel | timeline score: 41 | |
| Apr 30, 2013 at 13:59 | answer | added | yPhil | timeline score: 7 | |
| Apr 30, 2013 at 13:54 | comment | added | jofel | If you need only the PID of a process, you can replace ps aux |grep with pgrep (or pgrep -f ). | |
| S Apr 30, 2013 at 13:44 | answer | added | Wayne Werner | timeline score: 610 | |
| S Apr 30, 2013 at 13:44 | history | asked | Wayne Werner | CC BY-SA 3.0 |