Last active
December 30, 2016 06:05
-
-
Save shiva/89240cdece79f84867f0feeb9d73f1f5 to your computer and use it in GitHub Desktop.
Useful Aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias gen-cscope='find . -iname '\''*.c'\'' -o -iname '\''*.cpp'\'' -o -iname '\''*.cc'\'' -o -iname '\''*.h'\'' -o -iname '\''*.hpp'\'' > cscope.files && cscope -b -i cscope.files -f cscope.out' | |
alias gen-tags='ctags -R --c++-kinds=+p --fields=+iaS --extra=+q' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment