]> git.rmz.io Git - dotfiles.git/blob - bin/find_duplicate
zsh: gpo/gpfo aliases for git push origin (--force-with-lease)
[dotfiles.git] / bin / find_duplicate
1 #!/bin/bash
2
3 find "$@" -type f -printf '%H %P\n' | sed -r 's/\{[^}]+\}.*//' | sort -k1 | uniq -Df1