mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 10:58:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user