mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 22:57:59 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/cut
2
tldr/cut
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print a [f]ield range of each line with a specific [d]elimiter:
|
||||
|
||||
`{{command}} | cut --delimiter "{{,}}" --fields {{1}}`
|
||||
`{{command}} | cut --delimiter "{{delimiter}}" --fields {{1|1,10|1-10|1-|-10}}`
|
||||
|
||||
- Print a [c]haracter range of each line of the specific file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user