Tuesday, May 22, 2012

cscope


Setup:
#! /bin/sh
rm cscope.files
find . -name "*.[c|h]" -print > cscope.files
/usr/bin/cscope

Usage:
cscope –d
TAB to move to lower area from upper area
Ctrl + d to exit

No comments:

Post a Comment