1
0
hardlink-dups-by-name/README.md
2024-02-01 17:52:35 -08:00

9 lines
258 B
Markdown

# hardlink-dups-by-name
Searches two directory trees in parallel and hardlinks identical files,
only comparing files with identical relative paths.
```
USAGE: hardlink-dups-by-name.sh [--clobber=none|first|second] [--verbose] [--] search_dir other_dir
```