2016. 4. 11. 15:32 devel/etc

cscope

#!/bin/bash

if [[ "$1" = "-R" ]]; then

rm -f cscope.out cscope.files

fi

find `pwd` -name '*.c' -o -name '*.cpp' -o -name '*.cc' -o -name '*.h' \

-o -name '*.s' -o -name '*.S' -o -name '*.dts' -o -name '*.dtsi' \

> cscope.files

cscope -i cscope.files



편하더라


Posted by 쵸코케키

블로그 이미지
chocokeki
쵸코케키

공지사항

Yesterday
Today
Total

달력

 « |  » 2024.4
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

최근에 올라온 글

최근에 달린 댓글

글 보관함