File: findtext

package info (click to toggle)
regina-normal 4.3.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,396 kB
  • ctags: 7,338
  • sloc: cpp: 55,359; sh: 17,392; ansic: 12,913; perl: 3,294; makefile: 918; python: 114
file content (4 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
find . -name "*.h" -exec grep "$1" {} \; -print
find . -name "*.cpp" -exec grep "$1" {} \; -print
find . -name "*.tcc" -exec grep "$1" {} \; -print