Daniel Russell <[EMAIL PROTECTED]> 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


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to