]> git.rmz.io Git - dotfiles.git/blob - bin/find_duplicate
bugwarrior: split up mrs/issues/todos into 3 separate targets
[dotfiles.git] / bin / find_duplicate
1 #!/bin/bash
2
3 find "$@" -type f -printf '%H %P\n' | sed -r 's/\{[^}]+\}.*//' | sort -k1 | uniq -Df1