Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/nametest.sh
blob: 00669b4e608a9c6961482f710fe41ac8dbfeecd4 (plain)
1
2
3
4
#!/bin/sh
# This scripts decides if there are same names in different directories.
# If yes, we should consider renaming one of the files.
find -name '*.xpf' -printf "%f\n" | sort | uniq -c | grep -v " 1 "