sudo pacman -Syu 2025-01-11 23:49:36 +07:00
parent bccd61d996
commit 87cec26150
2 changed files with 6 additions and 0 deletions

View File

@ -562,6 +562,9 @@ rsync -avzP src/ dst</pre>
</div>
<div class="highlight highlight-source-shell">
<pre><span class="pl-c"><span class="pl-c">#</span> If dry run, remove --exec</span>
f2 --replace <span class="pl-s"><span class="pl-pds">"</span>{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}{ext}<span class="pl-pds">"</span></span> --exec
<span class="pl-c"><span class="pl-c">#</span> Include hash md5</span>
f2 --replace <span class="pl-s"><span class="pl-pds">"</span>{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}_{hash.md5}{ext}<span class="pl-pds">"</span></span> --exec
<span class="pl-c"><span class="pl-c">#</span> Include ImageSize (require exiftool)</span>

View File

@ -265,6 +265,9 @@ fclones group . | fclones remove
```sh
# If dry run, remove --exec
f2 --replace "{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}{ext}" --exec
# Include hash md5
f2 --replace "{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}_{hash.md5}{ext}" --exec
# Include ImageSize (require exiftool)