cut: show syntax for n-to the end of a line (#2152)
This commit is contained in:

committed by
Owen Voke

parent
1f3fef871c
commit
fc3e1ecc5c
@@ -22,6 +22,6 @@
|
||||
|
||||
`cut -d'{{;}}' -f{{2,10}}`
|
||||
|
||||
- Cut out the fields 3 through 7 of each line, using a space as a delimiter:
|
||||
- Cut out the fields 3 through to the end of each line, using a space as a delimiter:
|
||||
|
||||
`cut -d'{{ }}' -f{{3-7}}`
|
||||
`cut -d'{{ }}' -f{{3-}}`
|
||||
|
Reference in New Issue
Block a user