config-bash/libs.deprecated/grepp.bash
2024-06-28 10:28:18 +00:00

2 lines
66 B
Bash
Executable File

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