Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jvz/psgrep
- Owner: jvz
- License: gpl-3.0
- Created: 2012-09-18T16:31:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T16:18:20.000Z (over 8 years ago)
- Last Synced: 2024-11-01T08:42:04.954Z (15 days ago)
- Topics: grep, linux, macos, shell
- Language: Shell
- Homepage: https://jvz.github.io/psgrep/
- Size: 47.9 KB
- Stars: 28
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
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