Skip to content

Tag Archives: ctags

ctags

24-Oct-10

Ctags is a program that generates an index (or tag) file of names found in source and header files of various programming languages. A nice introduction to ctags and other related programs can be found here. An example of using ctags is this function counting script: 1 2 3 4 5 6 7 #!/bin/sh   [...]