2 lines
66 B
Bash
Executable File
2 lines
66 B
Bash
Executable File
grepp() { x=$1; shift; perl -00ne ' print if /'"$x"'/i ' "$*" ; }
|