Update cheatsheets

This commit is contained in:
ivuorinen
2024-07-22 00:15:48 +00:00
parent 839a19265f
commit baba8f052c
5 changed files with 42 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
`fdupes {{directory1}} -R {{directory2}}`
- Search recursively and replace duplicates with hardlinks:
- Search recursively, considering hardlinks as duplicates:
`fdupes -rH {{path/to/directory}}`