cut: insert space between option and value, similar to previous examples
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
f8020369c3
commit
ec8a38ad6c
@@ -12,7 +12,7 @@
|
||||
|
||||
- Cut out everything from the 3rd character to the end of each line:
|
||||
|
||||
`cut -c{{3-}}`
|
||||
`cut -c {{3-}}`
|
||||
|
||||
- Cut out the fifth field of each line, using a colon as a field delimiter (default delimiter is tab):
|
||||
|
||||
|
Reference in New Issue
Block a user