bug-textutils
[Top][All Lists]
Advanced

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

Re: wc (textutils) 2.0.14


From: Bob Proulx
Subject: Re: wc (textutils) 2.0.14
Date: Mon, 25 Feb 2002 22:09:27 -0700

> wc - print the number of bytes, words, and lines in files
> but it actually prints the number of bytes, words, and lines in files *and
> the filename*

Uh, what, huh?  Could you provide an example?

  address@hidden:/home/bob: wc .profile
      130     399    2989 .profile
  address@hidden:/home/bob: wc < .profile
      130     399    2989
  address@hidden:/home/bob: wc --version
  wc (textutils) 2.0.14

Works for me.  The filename has no effect on the output of wc.

Bob



reply via email to

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