The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM


SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
searching files inside directory kylethesir UNIX for Dummies Questions & Answers 4 06-05-2008 10:44 PM
searching files through all subdirectories beneath the current directory milagros Shell Programming and Scripting 5 05-15-2007 01:00 PM
Searching for files over 30 days old in current directory cxredd4 Shell Programming and Scripting 18 06-10-2006 11:16 PM
Searching files in a directory.Urgent srivsn Shell Programming and Scripting 7 12-11-2005 11:19 PM
directory searching st00pid_llama Shell Programming and Scripting 2 05-10-2004 04:21 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-11-2008
Registered User
 

Join Date: Apr 2008
Posts: 29
Stumble this Post!
Searching for files in a Directory

Hi,

I am trying to write a script that will search in a particular directory and tell me how many files are in there. I then want to be able to email certain users of how many files are in that directory and what the file names are?

any help would be great as i am getting confused.

thanks
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 06-11-2008
Registered User
 

Join Date: Mar 2008
Location: /bin/sh
Posts: 338
Stumble this Post!
This will give you the list of the files.
Code:
list=`find . -name *.txt`
count=`find . -name *.txt| wc -l`
Use the mailx command to mail it to the audience.
Reply With Quote
  #3 (permalink)  
Old 06-11-2008
Registered User
 

Join Date: Apr 2008
Posts: 29
Stumble this Post!
thanks nua7

thanks nua7 for your help
Reply With Quote
  #4 (permalink)  
Old 06-12-2008
Registered User
 

Join Date: Feb 2008
Location: New Zealand
Posts: 42
Stumble this Post!
try ls | wc -l | mailx
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 08:49 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0