3 lines
67 B
Text
3 lines
67 B
Text
|
|
#!/bin/sh -
|
||
|
|
grep '^[ ]*""' *.c | awk -F: '{ print $1 }' | uniq -c
|