Add support for arbitrary length delimiters in cut(1)
Having multibyte delimiters is not enough. For full flexibility, the possiblity of cutting input lines with arbitrary length delimiters is the real deal. Given this functionality, it only sounds reasonable to also add support to resolve escapes. Thanks to Truls Becken for making the suggestion and designing such a flexible cut(1)-implementation!
This commit is contained in:
2
cut.1
2
cut.1
@@ -67,4 +67,4 @@ utility is compliant with the
|
||||
specification.
|
||||
.Pp
|
||||
The possibility of separating numbers and ranges with a space
|
||||
and specifying multibyte delimiters is an extension to that specification.
|
||||
and specifying multibyte delimiters of arbitrary length is an extension to that specification.
|
||||
|
Reference in New Issue
Block a user