Skip to content

Instantly share code, notes, and snippets.

@t17a
Created August 25, 2014 02:07
Show Gist options
  • Save t17a/c066434a4645dc24046f to your computer and use it in GitHub Desktop.
Save t17a/c066434a4645dc24046f to your computer and use it in GitHub Desktop.
pidof shell script for mac by reference to http://hints.macworld.com/article.php?story=20030618114543169
#!/bin/sh
ps axc|awk "{if (\$5==\"$1\") print \$1}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment