pages.nl: use " " instead of "=" to separate the options from their arguments, cut: fix example (#12690)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- Print a field range of each line with a specific delimiter:
|
||||
|
||||
`{{command}} | cut --delimiter="{{,}}" --fields {{1}}`
|
||||
`{{command}} | cut --delimiter "{{,}}" --fields {{1}}`
|
||||
|
||||
- Print a character range of each line of the specific file:
|
||||
|
||||
|
Reference in New Issue
Block a user