Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-28 00:19:19 +00:00
parent cdc8040fcb
commit b758660fa5
13 changed files with 234 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Join two files using a comma (instead of a space) as the field separator:
`join -t '{{,}}' {{path/to/file1}} {{path/to/file2}}`
`join -t ',' {{path/to/file1}} {{path/to/file2}}`
- Join field3 of file1 with field1 of file2: