fclones
Verified for current stable LTS
Fclones Commands
Fclones command syntax with verified terminal examples.
Commands
13 commands for Fclones
fclones Operations
Fclones Command: Delete Newest Duplicates Current Directory
fclones group . | fclones remove --priority newest fclones Operations
Fclones Command: Dry Run Soft Link Duplicates From Txt
fclones < <path/to/file.txt> link --soft --dry-run 2 > /dev/null fclones Operations
Fclones Command: Dry Run Soft Links Using Txt File
fclones < <path/to/file.txt> link --soft --dry-run 2 > /dev/null fclones HTTP
Fclones Command: Move Duplicate Files From Txt To Target Directory
fclones < <path/to/file.txt> move <path/to/target_directory> fclones HTTP
Fclones Command: Move Duplicates Using Txt File
fclones < <path/to/file.txt> move <path/to/target_directory> fclones Operations
Fclones Command: Preprocess Jpeg Files Exif Strip Before Duplication Check
fclones group . --name '*.jpg' -i --transform 'exiv2 -d a $IN' --in-place fclones Search
Fclones Command: Preprocess Jpeg Files Strip Exif Before Duplicate Matching
fclones group . --name '*.jpg' -i --transform 'exiv2 -d a $IN' --in-place fclones Search
Fclones Command: Search Duplicate Files Current Directory
fclones group . fclones Search
Fclones Command: Search Duplicate Files Multiple Directories Cached
fclones group --cache <path/to/directory1 path/to/directory2 ...> fclones Search
Fclones Command: Search Duplicate Files Single Directory Skip Subdirectories
fclones group <path/to/directory> --depth 1 > <path/to/file.txt> fclones Search
Fclones Command: Search Duplicates Current Directory
fclones group . fclones Search
Fclones Command: Search Duplicates Multiple Directories With Cache
fclones group --cache <path/to/directory1 path/to/directory2 ...> fclones Search
Fclones Command: Search Duplicates Specific Directory Depth 1
fclones group <path/to/directory> --depth 1 > <path/to/file.txt> Suggest a Fclones Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Fclones workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.