How can I search a string data cross more *.c and *.h files?

20 views
Skip to first unread message

gwa...@gmail.com

unread,
Aug 24, 2014, 10:07:49 PM8/24/14
to vimtouch...@googlegroups.com
Hi,

I install VimTouch into tablet but not root. Dose any possible to search a string data from more *.c and *.h like as follow bash command?

===========================================================================
$ find . -name '*.c' -o -name '*.h' -type f | xagrs grep -n 'symbol_name'
===========================================================================

I hope read code under android tablet, but I need find out 'symbol define location' or 'which one read/write or invoke it' from more files.

And I try to keyin find and grep command after instruction ":!", but system response 'find' and 'grep' are not exist. Please give a advice for help, thanks a lot.


Reply all
Reply to author
Forward
0 new messages