GNU bug report logs -
#19969
problem: wc -c doesn't read actual # of bytes in file
Previous Next
Reported by: Linda Walsh <coreutils <at> tlinx.org>
Date: Sat, 28 Feb 2015 09:00:03 UTC
Severity: normal
Tags: fixed
Done: Assaf Gordon <assafgordon <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 02/28/2015 09:59 AM, Linda Walsh wrote:
> (coreutils-8.21-7.7.7)
>
> wc -c(bytes) doesn't seem to reliably read the number
> of bytes in a file.
>
> I was wanting to find out what the largest data-source
> files in '/proc' and '/sys' (didn't get around to trying
> /sys, since all the files under /proc/sys return 0 bytes.
>
> Note -- "wc -l" doesn't return '0' on the /proc/sys files.
>
> As root:
> # cd /proc
> # find -H [^0-9]* -name self -prune -o -name thread-self -prune -o -type
> f ! -name kmsg ! -name kcore ! -name kpagecount ! -name kpageflags
> -print0|wc -c --files0-from=- |sort -n
Thanks for the report.
However, I'm not 100% sure what the problem is - as you didn't narrow
the case down to a certain file, nor did you show us the output and
what you expected.
A quick shot is
http://bugs.gnu.org/18621
and the corresponding commit (after the latest v8.23 release)
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=2662702b
Does this - i.e., a wc(1) built from git - solve your problem?
Thanks & have a nice day,
Berny
This bug report was last modified 6 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.