find ./ -name "*.c" -o -name "*.h" | awk '{printf("\"%s\"\n", $0)}' > cscope.files cscope -Rbq -i cscope.files
we need to deal with spaces in the path for cscope.
find ./ -name "*.c" -o -name "*.h" > gtags.files gtags
沒有留言:
張貼留言