Y
Hacker News
new
|
ask
|
show
|
jobs
by
wangweij
4375 days ago
Examples or it didn't happen.
1 comments
invernomut0
4375 days ago
e.g. $ cgrep -r --header "stdio.h" to search recursively for headers
$cgrep -r --identifier VARname to search for a variable
etc..
link
$cgrep -r --identifier VARname to search for a variable
etc..