Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvz/psgrep

A simple little shell script to help with the "ps aux | grep" idiom.
https://github.com/jvz/psgrep

grep linux macos shell

Last synced: 8 days ago
JSON representation

A simple little shell script to help with the "ps aux | grep" idiom.

Awesome Lists containing this project

README

        

Download and extract the [latest release](https://github.com/jvz/psgrep/releases/latest).
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:

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

man psgrep