Hi again,

I have included some examples below.

cut.broken was compiled this morning, i got the replacement "cut" from the
5.0-DP1 release.
Tim J. Robbins said:
> On Sun, May 26, 2002 at 01:26:25PM +0200, Frode Nordahl wrote:
>
>> cut compiles and runs, but it does not cut :)
>
> Please give me an example of how you are invoking cut and why the
> output you get is incorrect or different from -STABLE.

*

%cat test.txt
abc
abc
abc
%cat test.txt | /usr/bin/cut.broken -c2-
abc
abc
abc
%cat test.txt | /usr/bin/cut -c2-
bc
bc
bc

*

> Tim
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message


-- 
Mvh,
Frode Nordahl



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to