Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-15 00:19:37 +00:00
parent 220486abce
commit d5421f7c01
42 changed files with 459 additions and 43 deletions

View File

@@ -22,11 +22,11 @@ source: https://github.com/tldr-pages/tldr.git
- Move the duplicate files in a TXT file to a different directory:
`fclones move {{path/to/target_directory}} < {{path/to/file.txt}}`
`fclones < {{path/to/file.txt}} move {{path/to/target_directory}}`
- Perform a dry run for soft links in a TXT file without actually linking:
`fclones link --soft < {{path/to/file.txt}} --dry-run 2 > /dev/null`
`fclones < {{path/to/file.txt}} link --soft --dry-run 2 > /dev/null`
- Delete the newest duplicates from the current directory without storing them in a file: