cut: show syntax for n-to the end of a line (#2152)

italian
Starbeamrainbowlabs 2018-06-23 12:07:17 +01:00 committed by Owen Voke
parent 1f3fef871c
commit fc3e1ecc5c
1 changed files with 2 additions and 2 deletions

View File

@ -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-}}`