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