项目作者: jvz

项目描述 :
A simple little shell script to help with the "ps aux | grep" idiom.
高级语言: Shell
项目地址: git://github.com/jvz/psgrep.git
创建时间: 2012-09-18T16:31:50Z
项目社区:https://github.com/jvz/psgrep

开源协议:GNU General Public License v3.0

下载


Download and extract the latest release.
Then, re-read what’s in there if it’s different than the following:

To install, just execute ./install.sh. If you wish to install psgrep
somewhere other than /usr/local/bin, set the $PREFIX variable like so:

  1. PREFIX=/usr sudo ./install.sh

The default $PREFIX is /usr/local

If you, for example, install psgrep to your home directory, don’t forget to set
your PATH to include ~/bin as well as your MANPATH (or ~/.manpath) to include
~/share/man.

For usage information, run

  1. man psgrep