Files
misc/shell_scripts/wiki_total_diffs

6 lines
157 B
Plaintext
Raw Normal View History

2011-07-14 02:01:00 +02:00
#! /usr/bin/env bash
2011-07-12 23:26:49 +02:00
# takes are argument the wiki root
grep diff: $(ls $1/wiki.d/* | grep -v PmWiki. | grep -v Site.) | awk '{FS=":"; print $3}' | wc -l