mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
#7894 update grep documentation
This commit is contained in:
parent
25d1b7beee
commit
0ddf622dd5
@ -18,6 +18,7 @@ static const char *help_detail_tilde[] = {
|
||||
"modifier:", "", "",
|
||||
" &", "", "all words must match to grep the line",
|
||||
" $[n]", "", "sort numerically / alphabetically the Nth column",
|
||||
" $!", "", "sort in inverse order",
|
||||
" +", "", "case insensitive grep (grep -i)",
|
||||
" ^", "", "words must be placed at the beginning of line",
|
||||
" !", "", "negate grep",
|
||||
|
Loading…
Reference in New Issue
Block a user