cut: insert space between option and value, similar to previous examples

This commit is contained in:
Petrus Kiendys
2018-11-12 12:41:20 +01:00
committed by Starbeamrainbowlabs
parent f8020369c3
commit ec8a38ad6c

View File

@@ -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):