Performing unrelated test on /Archive/srv/redwood/hbarta/oak. (on grandidier)
fhl.sh originally reports 65 linked files. Copy (cp -R) to another location breaks all links. Run filededup and fhl.sh now reports 50 linked files.
fhl.sh executes the find "${DIR}" -type f -printf '%n %p\n' | awk '$1 >= '${COUNT}'{print}' and is intended to identify all files with more than one hard link.
Performing unrelated test on /Archive/srv/redwood/hbarta/oak. (on grandidier)
fhl.shoriginally reports 65 linked files. Copy (cp -R) to another location breaks all links. Runfilededupandfhl.shnow reports 50 linked files.fhl.shexecutes thefind "${DIR}" -type f -printf '%n %p\n' | awk '$1 >= '${COUNT}'{print}'and is intended to identify all files with more than one hard link.