Re: cut feature request - delimiters longer than one character

2010-01-03 Thread Bob Proulx
Pádraig Brady wrote: > Nexor wrote: >> I would love to see the --delimiter option accept (and use) strings >> longer than one character - what do you think? > > Well one often requires more general regular expression matching > in addition to string matching, and keeping both within a tool like > s

Re: cut feature request - delimiters longer than one character

2010-01-03 Thread Pádraig Brady
On 02/01/10 17:35, Nexor wrote: Hello! I would love to see the --delimiter option accept (and use) strings longer than one character - what do you think? Well one often requires more general regular expression matching in addition to string matching, and keeping both within a tool like sed is

cut feature request - delimiters longer than one character

2010-01-02 Thread Nexor
Hello! I would love to see the --delimiter option accept (and use) strings longer than one character - what do you think? cheers, Tomek