@th@social.v.st
Even in the TRON future they still have the problem that "ps aux | grep" includes the grep itself.
Even in the TRON future they still have the problem that "ps aux | grep" includes the grep itself.
@th@social.v.st That and xargs -0 are my least favorite things about typing any command line.
function grepp() { grep "$@" | \fgrep -v 'grep '; }