bug-coreutils
[Top][All Lists]
Advanced

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

Re: wc annoyances


From: Paul Jarc
Subject: Re: wc annoyances
Date: Sun, 20 Jul 2003 00:30:43 -0400
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Daniel Russell <address@hidden> wrote:
> Using wc in scripts is annoying because of the fact that this:
>
> wc -l/m/c FILENAME
>
> prints this:
>
>          NUMBER FILENAME

Removing the filename is easy enough:
wc -l < FILENAME


paul




reply via email to

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