Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastland/p
A lite version of Linux ps command
https://github.com/lastland/p
Last synced: 26 days ago
JSON representation
A lite version of Linux ps command
- Host: GitHub
- URL: https://github.com/lastland/p
- Owner: lastland
- License: gpl-3.0
- Created: 2012-04-05T14:49:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-06T02:05:43.000Z (over 12 years ago)
- Last Synced: 2023-03-12T03:37:26.562Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 99.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
DESCRIPTION
============
minips, or p, is a lite version of Linux ps, which can produce the
same result as `ps` without any arguments.
Since this program is less functionality than ps, it has to be called
in a shorter name, that's how the name `p` come from.INSTALLATION
============
1. Get the source code from [GitHub](https://github.com/lastland/p)
or anywhere else.
2. `cd` to the program directory, and run `make`.
3. Run `make install` as root.COPYRIGHT
============
Copyright (C) 2012, Li Yao.This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .