config-bash/libs/grepp.bash
2013-04-24 16:58:31 +02:00

2 lines
66 B
Bash
Executable File

grepp() { x=$1; shift; perl -00ne ' print if /'"$x"'/i ' "$*" ; }