HP3000-L Archives

May 1997, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Sat, 10 May 1997 20:19:46 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (14 lines)
At 11:05 10.05.1997 -0400, Jeff wrote:
>This works for suitably small directories, but for me:
>
>> shell/iX> wc -l /DEV/SOURCE/* | tail -1
>> wc: cannot execute: Arg list too long

The following variation might utilize the available
command line buffer more effectively but will, of course,
also fail at a certain amount of files per directory...

shell/iX> cd /DEV/SOURCE ; wc -l * | tail -1

Regards, Lars.

ATOM RSS1 RSS2