Files
misc/shell_scripts/wiki_total_diffs
2011-07-12 23:26:49 +02:00

6 lines
146 B
Bash
Executable File

#!/bin/sh
# takes are argument the wiki root
grep diff: $(ls $1/wiki.d/* | grep -v PmWiki. | grep -v Site.) | awk '{FS=":"; print $3}' | wc -l