summaryrefslogtreecommitdiffstats
path: root/rules/grep.in
blob: 2022f5fe7fbf3621e5924d7bbe70b2d999da3aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=shell_and_console
comment "BusyBox' grep is selected!"
	depends on BUSYBOX_GREP

config GREP
	tristate
	depends on !BUSYBOX_GREP
	prompt "grep"
	help
	  GNUgrep searches one or more input files for lines
	  containing a match to a specified pattern. By default, grep
	  prints the matching lines.