Oops - looks like this will get the entire system, not just the IFS
Scott Lindstrom
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Lindstrom, Scott R.
Sent: Thursday, February 23, 2012 3:37 PM
To: Midrange Systems Technical Discussion
Subject: RE: Count streamfiles in an IFS folder on iSeries
I would do:
find / -type f | wc -l
Scott Lindstrom
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of fbocch2595@xxxxxxx
Sent: Thursday, February 23, 2012 3:25 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Count streamfiles in an IFS folder on iSeries
Hi Folks, on the command directly below where would I enter the directory and for the command directly below would that give me a total of the entire IFS?
Thanks, Frank
ls -l | grep -c ^-
-----Original Message-----
From: bdietz400 <bdietz400@xxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Sent: Thu, Feb 2, 2012 3:38 pm
Subject: Re: Count streamfiles in an IFS folder on iSeries
quick google search turned up
s -l | grep -c ^-
seemed to work...
Bryan
On , Guy Geboers <Guy.Geboers@xxxxxxxxxxx> wrote:
Hi,
I want to count the number of streamfiles in an IFS folder via a QSH
command
-
his is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
o post a message email: MIDRANGE-L@xxxxxxxxxxxx
o subscribe, unsubscribe, or change list options,
isit:
http://lists.midrange.com/mailman/listinfo/midrange-l
r email: MIDRANGE-L-request@xxxxxxxxxxxx
efore posting, please take a moment to review the archives
t
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.