cscope操作经验
#!/bin/bash
CSCOPE_DIR=”$PWD/cscope”
if [ ! -d “$CSCOPE_DIR” ]; thenmkdir “$CSCOPE_DIR”fi
echo “Finding files …”find “$PWD” -name ‘.[ch]’ \-o -name ‘.
...
Linux Kernel