⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BIEN 3
All Projects
Overview
Activity
Issues
Calendar
Documents
Wiki
Repository
Download (86 Bytes)
Statistics
| Revision:
root
/
bin
/
pid2name
@ 9955
View
History
Annotate
1
#!/bin/sh
2
# Gets the process name for a PID
3
# Usage: self PID
4
5
ps
-p
"
$1
"
-o
command
=
« Previous
1
…
50
51
52
53
54
…
83
Next »
(52-52/83)
Loading...