4 lines
81 B
Bash
4 lines
81 B
Bash
|
rm Parser/Sparql*
|
||
|
find . -type f -print | grep -E "\.(c(pp)?|h)$" | xargs wc -l
|
||
|
|