File: finn

package info (click to toggle)
solfege 3.10.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,408 kB
  • ctags: 4,270
  • sloc: python: 22,161; xml: 7,536; ansic: 4,442; makefile: 685; sh: 308
file content (5 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
find -name "*.py" | xargs grep -n "$1" Makefile.in
find -name Makefile | xargs grep -n "$1"
grep -n "$1" *.xml
cd help/C && find | xargs grep -n "$1"