aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/sgrep.fish
blob: c3515787ade0c0e53fa1b0eba21f2e4941d6e431 (plain)
1
2
3
4
5

function sgrep -d "Call grep without honoring GREP_OPTIONS settings"
	set -l GREP_OPTIONS
	grep $argv
end