bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wc -l is not working the way it should


From: Steven Schubiger
Subject: Re: wc -l is not working the way it should
Date: Wed, 16 Jan 2008 23:55:55 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Rahman, Syed A  <address@hidden> wrote:
> The wc seems not working correctly, say for example
> wc -l filename | cut -c1-8 
> should only give the lines, but this your version of wc, behaves
> differently. for small size files it does not reserve first 8 colums for
> size so get the file name as well
> 
> All others give this
> $ wc -l test.ksh | cut -c1-8
>       14
> 
> Your version gives this----
> $ wc -l test.ksh | cut -c1-8
> 14 test.

I don't think this counts as a bug in wc; it looks (imho) intentional.
I see similar "behavior" with wc as of version 5.97 (coreutils).

Can someone else shed some more light?

Steven Schubiger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]