Skip to content

Instantly share code, notes, and snippets.

@Gen2ly
Created June 1, 2012 15:36
Show Gist options
  • Save Gen2ly/2853010 to your computer and use it in GitHub Desktop.
Save Gen2ly/2853010 to your computer and use it in GitHub Desktop.
Running program search
#!/bin/bash
# Running program search
ps aux | grep --color=always -i "$@" | grep -v grep | grep -v "$0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment