File: findtext

package info (click to toggle)
regina-normal 4.1.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 12,072 kB
  • ctags: 5,069
  • sloc: cpp: 43,186; sh: 8,427; perl: 2,363; makefile: 828; 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