File: README.template

package info (click to toggle)
codesearch 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: sh: 36; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
These are the command-line Code Search tools from
https://github.com/google/codesearch.

These binaries are for ARCH systems running OPERSYS.

To get started, run cindex with a list of directories to index:

	cindex /usr/include $HOME/src

Then run csearch to run grep over all the indexed sources:

	csearch DATAKIT

For details, run either command with the -help option, and
read http://swtch.com/~rsc/regexp/regexp4.html.