config-bash/libs.deprecated/grepp.bash

2 lines
66 B
Bash
Raw Permalink Normal View History

2013-04-24 16:58:31 +02:00
grepp() { x=$1; shift; perl -00ne ' print if /'"$x"'/i ' "$*" ; }