Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-23 00:20:07 +00:00
parent a49466c200
commit cd59a77dc8
31 changed files with 239 additions and 130 deletions

View File

@@ -17,14 +17,14 @@ source: https://github.com/tldr-pages/tldr.git
`{{cat path/to/file}} | tac`
- Use a specific [s]eparator:
- Use a specific separator:
`tac -s {{separator}} {{path/to/file1 path/to/file2 ...}}`
`tac {{[-s|--separator]}} {{separator}} {{path/to/file1 path/to/file2 ...}}`
- Use a specific [r]egex as a [s]eparator:
- Use a specific regex as a separator:
`tac -r -s {{separator}} {{path/to/file1 path/to/file2 ...}}`
`tac {{[-r|--regex]}} {{[-s|--separator]}} {{separator}} {{path/to/file1 path/to/file2 ...}}`
- Use a separator [b]efore each file:
- Use a separator before each file:
`tac -b {{path/to/file1 path/to/file2 ...}}`
`tac {{[-b|--before]}} {{path/to/file1 path/to/file2 ...}}`