File: errors.sh

package info (click to toggle)
grcompiler 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,076 kB
  • sloc: cpp: 48,200; ansic: 7,669; sh: 4,427; makefile: 198; xml: 190; perl: 127; sed: 21
file content (4 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh

find -type f -iregex '.*\.\([ch]pp\|[ch]\)' -exec sed -rf errors.sed {} \; \
| sort -u -k1,1d -k2,2n