4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
find -type 'f' -name $1 -exec grep --color=always -inH $2 "{}" ";"
|