----- Original Message ----- 
From: Karthik Vishwanath <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 10, 2000 9:02 PM
Subject: Counting files


> Hi,
> 
> Is there any utility which can give me the number of files in a 
> particular directory? 
> 
> Thanks,
> -Karthik.
> 
> -------------------------------------
> The universe is like a safe to which there is a combination -- but the
> combination is locked up in the safe.


ls -l /directory | wc -l

or 

cd /directory
ls -l | wc -l



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to