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

config GREP
	tristate
	depends on !BB_CONFIG_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.