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