5 lines
136 B
Fish
5 lines
136 B
Fish
function rgrep --wraps='grep -rE' --wraps=grep --wraps='grep -rnE' --description 'alias rgrep grep -rnE'
|
|
grep -rnE $argv
|
|
|
|
end
|