Revision 7258
Added by Aaron Marcuse-Kubitza almost 12 years ago
bin/pid2name | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
# Gets the process name for a PID |
|
3 |
# Usage: self PID |
|
4 |
|
|
5 |
ps -p "$1" -o command= |
|
0 | 6 |
Also available in: Unified diff
Added pid2name