The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Samba read only subfolder. sparcman UNIX and Linux Applications 0 10-05-2009 12:59 PM
Samba: share subfolder as read only. sparcman SUN Solaris 2 06-09-2009 07:05 AM
Command to view folder subfolder and its capacity shivu Shell Programming and Scripting 1 02-02-2009 08:36 AM
How to read a subfolder one by one in parent folder? kamatchirajan Shell Programming and Scripting 1 01-08-2009 05:56 PM
count of files mahalakshmi Shell Programming and Scripting 13 11-28-2006 09:01 AM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 10-06-2009
sanjangr sanjangr is offline
Registered User
  
 

Join Date: Sep 2009
Posts: 1
Question How to Get the count fo files in each subfolder

Hi
is there a command to get the count of files inside each sub directory in a directory.

example:
in a directory like this
/opt/:> ls
subdir1
subdir2
subdir3

I need to see the count of files in sub directories like this:
/opt/subdir1: 3 files
/opt/subdir2: 5 files
/opt/subdir3: 10 files

Many Thanks
Sanjan
  #2 (permalink)  
Old 10-06-2009
scottn scottn is online now Forum Advisor  
VIP Member
  
 

Join Date: Jun 2009
Location: Zürich, CH
Posts: 1,096
Hi.

I suppose one simple way would be:

bash Code:
  1. find . -type d | while read DIR; do
  2.   ls $DIR | echo $DIR $(wc -w)
  3.  
  4. ... or echo $DIR $(ls $DIR | wc -w) ... if you prefer!
  5. done
Reply

Bookmarks

Tags
count, file, sub directory, sub folder

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 05:23 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0