> 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? bob@discord:/home/bob: wc .profile 130 399 2989 .profile bob@discord:/home/bob: wc < .profile 130 399 2989 bob@discord:/home/bob: wc --version wc (textutils) 2.0.14 Works for me. The filename has no effect on the output of wc. Bob _______________________________________________ Bug-textutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-textutils