my.zsh/lib/kernel.zsh

4 lines
93 B
Bash

function kernel_find_file() {
git grep $1 | cut -d ":" -f 1 | grep $1 | sort | uniq -u
}