log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
docs/master
view scripts/doubles @ 236:49d3aa0d128a
find changesets by author, revision, files, or words in the commit message
style: Removed unused macro code.
author
markus schnalke <meillo@marmaro.de>
date
Mon, 16 Jul 2012 11:31:25 +0200
parents
children
line source
1
#!/bin/sh
2
#
3
# Find doubled words
4
5
grep -r -i --color '\(\<[-a-z.0-9]*\>\) \<\1\>' "$@"