cut: fix broken examples (#12015)
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
|
||||
`{{command}} | cut --{{characters|fields}}={{1|1,10|1-10|1-|-10}}`
|
||||
|
||||
- Print a range of each line with a specific delimiter:
|
||||
- Print a field range of each line with a specific delimiter:
|
||||
|
||||
`{{command}} | cut --delimiter="{{,}}" --{{fields}}={{1}}`
|
||||
`{{command}} | cut --delimiter="{{,}}" --fields={{1}}`
|
||||
|
||||
- Print a range of each line of the specific file:
|
||||
- Print a character range of each line of the specific file:
|
||||
|
||||
`cut --{{characters}}={{1}} {{path/to/file}}`
|
||||
`cut --characters={{1}} {{path/to/file}}`
|
||||
|
Reference in New Issue
Block a user