⚲
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
@ 8494
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
…
49
50
51
52
53
…
81
Next »
(51-51/81)
Loading...