File: finn

package info (click to toggle)
solfege 3.6.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,616 kB
  • ctags: 3,322
  • sloc: python: 17,206; xml: 5,719; ansic: 4,299; makefile: 557; sh: 297
file content (4 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download
1
2
3
4
#!/bin/sh
find -name "*.py" | grep -v {arch} | xargs grep -n "$1" Makefile.in
find -name Makefile | grep -v {arch} | xargs grep -n "$1"
cd help/C && find | xargs grep -n "$1"