Brutkey

jwz
@jwz@mastodon.social

@th@social.v.st That and xargs -0 are my least favorite things about typing any command line.

function grepp() { grep "$@" | \fgrep -v 'grep '; }