Timeline for On Linux, how do I determine the number of processes with the exact string "test test 123" anywhere in the process title?
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 16, 2020 at 14:55 | answer | added | terdon♦ | timeline score: 2 | |
| Apr 16, 2020 at 14:42 | comment | added | JdeBP | Windows have titles. Processes have accounting names and argument strings. You should decide which you are actually scanning. | |
| Apr 16, 2020 at 14:35 | answer | added | muaB | timeline score: 0 | |
| Apr 16, 2020 at 14:35 | review | First posts | |||
| Apr 16, 2020 at 16:24 | |||||
| Apr 16, 2020 at 14:34 | comment | added | L. Scott Johnson | To count lines, make a final pipe to wc -l | |
| Apr 16, 2020 at 14:33 | comment | added | L. Scott Johnson | Use the unix commands ps and grep in place of tasklist and find. You'll have to use the appropriate command line arguments as well. | |
| Apr 16, 2020 at 14:31 | history | asked | Nickhil Nuckels | CC BY-SA 4.0 |