Skip to content

Instantly share code, notes, and snippets.

@nicovillanueva
Last active August 29, 2015 14:10
Show Gist options
  • Save nicovillanueva/05a4ff7f1c976941d635 to your computer and use it in GitHub Desktop.
Save nicovillanueva/05a4ff7f1c976941d635 to your computer and use it in GitHub Desktop.
Running processes names
#!/bin/bash
ps aux | awk '{print $11}' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment