Even in the TRON future they still have the problem that "ps aux | grep" includes the grep itself.
Uncategorized
6
Posts
5
Posters
0
Views
-
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 That and xargs -0 are my least favorite things about typing any command line.
function grepp() { grep "$@" | \fgrep -v 'grep '; }
-
@th That and xargs -0 are my least favorite things about typing any command line.
function grepp() { grep "$@" | \fgrep -v 'grep '; }
-
-
-
-
undefined oblomov@sociale.network shared this topic on